Type Definition three_d::ThreeDResult[][src]

pub type ThreeDResult<T> = Result<T, Box<dyn Error>>;