Trait GestaltCompositeOutput
pub trait GestaltCompositeOutput {
type Output<T>;
// Required method
fn get_field<T>(&self, key: &str) -> Self::Output<T>;
}
Required Associated Types§
type Output<T>
Required Methods§
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.