Struct fbx_direct::reader::Error [] [src]

pub struct Error {
    // some fields omitted
}

An FBX parsing error.

Methods

impl Error
[src]

fn new<K: Into<ErrorKind>>(pos: u64, kind: K) -> Self

Constructs Error with position and objects which can be converted to ErrorKind.

Trait Implementations

impl Clone for Error
[src]

fn clone(&self) -> Error

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Error
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for Error
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Error for Error
[src]

fn description(&self) -> &str

A short description of the error. Read more

fn cause(&self) -> Option<&Error>

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