Trait FrameError

Source
pub trait FrameError<E> {
    // Required methods
    fn report_error(&mut self, error: E);
    fn get_error(&self) -> Option<E>;
}

Required Methods§

Source

fn report_error(&mut self, error: E)

Source

fn get_error(&self) -> Option<E>

Implementors§