parse_unit

Function parse_unit 

Source
pub fn parse_unit(
    input: &str,
) -> Result<Vec<SystemdItem<'_>>, Vec<(IError<&str>, u32)>>