Type Definition sp_cid::Result[][src]

pub type Result<T> = Result<T, Error>;
Expand description

Type alias to use this library’s Error type in a Result.