pub struct IosParser;Trait Implementations§
Source§impl ConfigParser for IosParser
impl ConfigParser for IosParser
type Error = IosParseError
fn parse( &self, input: &str, ) -> Result<(NetworkConfig, ConversionReport), Self::Error>
fn vendor_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for IosParser
impl RefUnwindSafe for IosParser
impl Send for IosParser
impl Sync for IosParser
impl Unpin for IosParser
impl UnsafeUnpin for IosParser
impl UnwindSafe for IosParser
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