pub trait OutputKindAlg<Interpreter: ?Sized, From> {
type Transform: OutputAlg<From>;
}Expand description
Resolves a portable output kind through an interpreter.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".