pub trait OPARequest<S>where
    Self: Sized,
{ fn from_http_request(req: &HttpRequest<S>) -> Result<Self, String>; }

Required Methods

Implementors