Type Definition multibase::Result [−][src]
pub type Result<T> = Result<T, Error>;
Expand description
Type alias to use this library’s Error
type in a Result
.
pub type Result<T> = Result<T, Error>;
Type alias to use this library’s Error
type in a Result
.