pub trait InterpretInputsAlg<Compiler> {
type Inputs;
}Expand description
Maps neutral input roles to the input types selected by an interpreter.
Required Associated Types§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".