[][src]Function cynic::selection_set::serde

pub fn serde<T>() -> SelectionSet<'static, T, ()> where
    T: Deserialize<'de>,
    T: 'static + Send + Sync

Creates a SelectionSet that will decode a type that implements serde::Deserialize