Function parse

Source
pub fn parse(
    lines: impl Iterator<Item = Result<String, Error>>,
) -> Result<Device, ParseGetResponseError>