Rfc3576Ext

Trait Rfc3576Ext 

Source
pub trait Rfc3576Ext {
    // Required methods
    fn get_error_cause(&self) -> Option<ErrorCause>;
    fn set_error_cause(&mut self, value: ErrorCause);
}

Required Methods§

Implementations on Foreign Types§

Source§

impl Rfc3576Ext for Packet

Implementors§