[][src]Trait dors::Error

pub trait Error: Error {
    fn kind(&self) -> &DorsError;
}

Required methods

fn kind(&self) -> &DorsError

Loading content...

Implementors

impl Error for DorsError[src]

Loading content...