Trait dynamic_graphql::Scalar
source · pub trait Scalar: OutputTypeName {
// Provided method
fn get_scalar_type_name() -> Cow<'static, str> { ... }
}
pub trait Scalar: OutputTypeName {
// Provided method
fn get_scalar_type_name() -> Cow<'static, str> { ... }
}