[][src]Trait no_error::Error

pub trait Error {
    fn code(&self) -> Option<ErrorCode>;
fn description(&self) -> &'static str;
fn source(&self) -> &'static str;
fn cstr_description(&self) -> *const u8;
fn cstr_source(&self) -> *const u8; }

Required methods

fn code(&self) -> Option<ErrorCode>

fn description(&self) -> &'static str

fn source(&self) -> &'static str

fn cstr_description(&self) -> *const u8

fn cstr_source(&self) -> *const u8

Loading content...

Implementors

impl Error for NoError[src]

Loading content...