Trait graphql_tools::ast::ext::ValueExtension
source · pub trait ValueExtension {
// Required methods
fn compare(&self, other: &Self) -> bool;
fn variables_in_use(&self) -> Vec<&str>;
}
Required Methods§
Object Safety§
This trait is not object safe.