[][src]Type Definition samotop_core::model::Result

type Result<T> = Result<T, Box<dyn Error + 'static + Sync + Send>>;