[][src]Trait hyper_scripter::error::Contextable

pub trait Contextable<T> {
    fn context<S: ToString>(self, s: S) -> Result<T>;
}

Required methods

fn context<S: ToString>(self, s: S) -> Result<T>

Loading content...

Implementations on Foreign Types

impl<T, E: 'static + Send + Sync + Error> Contextable<T> for Result<T, E>[src]

Loading content...

Implementors

impl<T> Contextable<T> for hyper_scripter::error::Result<T>[src]

Loading content...