Trait rsyslog::ParsePart[][src]

pub trait ParsePart<'a> {
    fn parse(msg: &'a str) -> Result<(&'a str, Self), Error<'_>>
    where
        Self: Sized
; }

Required methods

fn parse(msg: &'a str) -> Result<(&'a str, Self), Error<'_>> where
    Self: Sized
[src]

Loading content...

Implementations on Foreign Types

impl<'a> ParsePart<'a> for Option<&'a str>[src]

impl<'a> ParsePart<'a> for Vec<Skip>[src]

impl<'a> ParsePart<'a> for Vec<StructuredData<'a>>[src]

Loading content...

Implementors

impl<'a> ParsePart<'a> for Skip[src]

Loading content...