Struct gotham::router::route::ExtractorFailed
source · pub struct ExtractorFailed;
Expand description
Returned in the Err
variant from extract_query_string
or extract_request_path
, this
signals that the extractor has failed and the request should not proceed.
Auto Trait Implementations§
impl RefUnwindSafe for ExtractorFailed
impl Send for ExtractorFailed
impl Sync for ExtractorFailed
impl Unpin for ExtractorFailed
impl UnwindSafe for ExtractorFailed
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more