Type Definition Result
hyper_scripter::error
type Result<T = ()> = Result<T, Error>;
impl<T> Contextable<T> for Result<T>
fn context<S: ToString>(self, s: S) -> Result<T>