Trait rsyslog::ParseMsg[][src]

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

Required methods

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

Loading content...

Implementors

impl<'a> ParseMsg<'a> for HerokuRouter<'a>[src]

impl<'a> ParseMsg<'a> for LineRaw<'a>[src]

impl<'a> ParseMsg<'a> for Raw<'a>[src]

Loading content...