Type Definition nuscenes_data::error::NuScenesDataResult

source ·
pub type NuScenesDataResult<T> = Result<T, NuScenesDataError>;