pub struct RRCParser;
Expand description
RRC Parser
Trait Implementations§
Source§impl FileParser for RRCParser
impl FileParser for RRCParser
Source§fn parse_additional_infos(
lines: &[String],
) -> Result<AdditionalInfos, ParsingError>
fn parse_additional_infos( lines: &[String], ) -> Result<AdditionalInfos, ParsingError>
Function that parses the first line of a log Read more
Auto Trait Implementations§
impl Freeze for RRCParser
impl RefUnwindSafe for RRCParser
impl Send for RRCParser
impl Sync for RRCParser
impl Unpin for RRCParser
impl UnwindSafe for RRCParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more