Function boxworks_lang::parse_horizontal_list
source ยท pub fn parse_horizontal_list(
source: &str,
) -> Result<Vec<Horizontal>, Vec<Error<'_>>>
Expand description
Parse Box language source code into a horizontal list.
pub fn parse_horizontal_list(
source: &str,
) -> Result<Vec<Horizontal>, Vec<Error<'_>>>
Parse Box language source code into a horizontal list.