Type Definition rest_api_utils::errors::CrateResult[][src]

pub type CrateResult<T> = Result<T, Error>;