parse_horizontal_list

Function 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.