Trait reset_router::CaptureExtraction [] [src]

pub trait CaptureExtraction: Sized {
    fn extract_captures(req: &Request) -> Result<Self, Error>;
}

Required Methods

Implementors