Function async_graphql::from_value

source ·
pub fn from_value<T>(value: ConstValue) -> Result<T, DeserializerError>
Expand description

Interpret a ConstValue as an instance of type T.