ExtractError

Trait ExtractError 

Source
pub trait ExtractError: Error + 'static { }
Expand description

Required to be implemented by extract error types.

Implementations on Foreign Types§

Source§

impl ExtractError for Infallible

Source§

impl ExtractError for Error

Implementors§