Function tsukuyomi::extractor::query

source ·
pub fn query<T>(
) -> impl Extractor<Output = (T,), Error = Error, Extract = impl TryFuture<Ok = (T,), Error = Error> + Send + 'static>where
    T: DeserializeOwned,
Expand description

Creates an Extractor that parses the value of query string to T.