[][src]Trait oi::Location

pub trait Location: Debug + Send + Sync + 'static {
    fn fmt_error(&self, f: &mut Formatter, error: &dyn Fail) -> Result;
}

Location that an Error can occur

Required methods

fn fmt_error(&self, f: &mut Formatter, error: &dyn Fail) -> Result

Format the location and error for display

Loading content...

Implementations on Foreign Types

impl Location for PathBuf[src]

impl Location for SocketAddr[src]

impl Location for String[src]

Loading content...

Implementors

Loading content...