pub struct PHYParser;Expand description
PHY layer parser
Trait Implementations§
Source§impl FileParser for PHYParser
impl FileParser for PHYParser
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 PHYParser
impl RefUnwindSafe for PHYParser
impl Send for PHYParser
impl Sync for PHYParser
impl Unpin for PHYParser
impl UnwindSafe for PHYParser
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