pub type Query<'de, T> = <T as DeserializeQuery<'de>>::Query;Expand description
Convenient type alias for the query type.
Please refer to the DeserializeQuery trait for details.
pub type Query<'de, T> = <T as DeserializeQuery<'de>>::Query;Convenient type alias for the query type.
Please refer to the DeserializeQuery trait for details.