[][src]Type Definition signifix::Result

type Result<T> = Result<T, Error>;

The canonical Result type using this crate's Error type.