Trait dynamic_graphql::FromValue
source · pub trait FromValue: Sized {
fn from_value(value: Result<ValueAccessor<'_>>) -> Result<Self>;
}
pub trait FromValue: Sized {
fn from_value(value: Result<ValueAccessor<'_>>) -> Result<Self>;
}