Struct rawloader::RawLoaderError[][src]

pub struct RawLoaderError { /* fields omitted */ }

Error type for any reason for the decode to fail

Trait Implementations

impl Debug for RawLoaderError
[src]

Formats the value using the given formatter. Read more

impl Display for RawLoaderError
[src]

Formats the value using the given formatter. Read more

impl Error for RawLoaderError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations