Type Definition sc_service::error::Result

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

Service Result typedef.