Trait fruently::forwardable::MsgpackForwardable [] [src]

pub trait MsgpackForwardable {
    fn post<T: Serialize + Debug>(self, record: T) -> Result<(), FluentError>;
fn post_with_time<T: Serialize + Debug>(
        self,
        record: T,
        time: Tm
    ) -> Result<(), FluentError>; }

Required Methods

Implementors