Struct mpack::TypeError [] [src]

pub struct TypeError { /* fields omitted */ }

Methods

impl TypeError
[src]

Retrieve the value that caused the type error.

Trait Implementations

impl Debug for TypeError
[src]

Formats the value using the given formatter.

impl Error for TypeError
[src]

A short description of the error. Read more

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

impl Display for TypeError
[src]

Formats the value using the given formatter. Read more