Struct gotham::router::route::ExtractorFailed [] [src]

pub struct ExtractorFailed;

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.

Trait Implementations

Auto Trait Implementations