pub trait DefaultOutput<T> {
type Output;
}Expand description
A trait for defining the default output type for the per method.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".