Type Definition sc_storage_monitor::Result

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

Result type used in this crate.