[][src]Type Definition sampi::Result

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