pub fn parse_one_block(
    lines: &[String],
    ix: &mut usize
) -> Result<Trace, TramexError>
Expand description

Function that parses one log

Errors

Return an error if the parsing fails