Struct mysql::FromRowError [] [src]

pub struct FromRowError(pub Row);

FromRow conversion error.

Trait Implementations

impl Display for FromRowError
[src]

Formats the value using the given formatter. Read more

impl Debug for FromRowError
[src]

Formats the value using the given formatter.

impl Error for FromRowError
[src]

A short description of the error. Read more

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