pub trait Input {
// Required method
fn reflectapi_input_type(schema: &mut Typespace) -> TypeReference;
}Required Methods§
fn reflectapi_input_type(schema: &mut Typespace) -> TypeReference
Object Safety§
This trait is not object safe.
pub trait Input {
// Required method
fn reflectapi_input_type(schema: &mut Typespace) -> TypeReference;
}