Struct multipart::server::iron::FileCountLimitError[][src]

pub struct FileCountLimitError(_);

An error returned from Intercept when the file count limit for a single request was exceeded.

Trait Implementations

impl Debug for FileCountLimitError
[src]

Formats the value using the given formatter. Read more

impl Error for FileCountLimitError
[src]

This method is soft-deprecated. Read more

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

impl Display for FileCountLimitError
[src]

Formats the value using the given formatter. Read more

impl Into<IronError> for FileCountLimitError
[src]

Performs the conversion.

Auto Trait Implementations