Type Definition sc_tracing::logging::Result

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

Logging Result typedef.