Type Alias Query

Source
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.