[][src]Type Definition signifix::binary::Result

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

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