Searched defs:RawForm (Results 1 – 1 of 1) sorted by relevance
35 pub struct RawForm(pub Bytes); struct38 impl<S, B> FromRequest<S, B> for RawForm implementation