Trait ciruela::proto::Notification [] [src]

pub trait Notification: Serialize + Send + 'static {
    fn type_name(&self) -> &'static str;
}

Required Methods

Implementors