pub trait Output {
// Required method
fn reflectapi_output_type(schema: &mut Typespace) -> TypeReference;
}
Required Methods§
fn reflectapi_output_type(schema: &mut Typespace) -> TypeReference
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.