[][src]Function async_graphql::from_value

pub fn from_value<T>(value: ConstValue) -> Result<T, DeserializerError> where
    T: DeserializeOwned

Interpret a ConstValue as an instance of type T.