Trait Contextable
hyper_scripter::error
pub trait Contextable<T> { fn context<S: ToString>(self, s: S) -> Result<T>; }
fn context<S: ToString>(self, s: S) -> Result<T>
impl<T, E: 'static + Send + Sync + Error> Contextable<T> for Result<T, E>
impl<T> Contextable<T> for hyper_scripter::error::Result<T>