Searched defs:FromRequestParts (Results 1 – 2 of 2) sorted by relevance
8 impl<S> FromRequestParts<S> for () implementation25 impl<S, $($ty,)* $last> FromRequestParts<S> for ($($ty,)* $last,) impl92 fn assert_from_request_parts<T: FromRequestParts<()>>() {} in assert_from_request_parts()
48 pub trait FromRequestParts<S>: Sized { interface