Type Definition urdf_rs::Result[][src]

pub type Result<T> = Result<T, UrdfError>;
Expand description

Alias for a Result with the error type UrdfError.