Struct fractal_dto::FromDTOError [] [src]

pub struct FromDTOError {
    // some fields omitted
}

From DTO Error

Methods

impl FromDTOError
[src]

Creates a new FromDTOError

Trait Implementations

impl Debug for FromDTOError
[src]

Formats the value using the given formatter.

impl Display for FromDTOError
[src]

Formats the value using the given formatter.

impl Error for FromDTOError
[src]

A short description of the error. Read more

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