Type Definition collab2::Result

source ·
pub type Result<T, E = Error> = Result<T, E>;

Trait Implementations§

source§

impl<T, E> ResultExt for Result<T, E>where E: Debug,

§

type Ok = T

source§

fn trace_err(self) -> Option<T>