Enum urdf_rs::UrdfError [] [src]

pub enum UrdfError {
    File(Error),
    Xml(Error),
    RustyXml(BuilderError),
    Parse(String),
}

Variants

Trait Implementations

impl Debug for UrdfError
[src]

Formats the value using the given formatter.

impl Display for UrdfError
[src]

Formats the value using the given formatter. Read more

impl Error for UrdfError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<Error> for UrdfError
[src]

Performs the conversion.

impl From<Error> for UrdfError
[src]

Performs the conversion.

impl From<BuilderError> for UrdfError
[src]

Performs the conversion.