Errors

Trait Errors 

Source
pub trait Errors<E> {
    // Required methods
    fn marker(&self) -> Marker<E>;
    fn since(&self, marker: Marker<E>) -> bool;
}

Required Methods§

Source

fn marker(&self) -> Marker<E>

Source

fn since(&self, marker: Marker<E>) -> bool

Implementations on Foreign Types§

Source§

impl<E> Errors<E> for Vec<E>

Source§

fn marker(&self) -> Marker<E>

Source§

fn since(&self, marker: Marker<E>) -> bool

Implementors§