Skip to main content

IncludeInput

Trait IncludeInput 

Source
pub trait IncludeInput {
    type Model: Model;

    // Required method
    fn into_ir(self) -> Include;
}
Expand description

A typed shape that lowers to an Include specification.

Required Associated Types§

Source

type Model: Model

The model this include shape applies to.

Required Methods§

Source

fn into_ir(self) -> Include

Lower this input to the runtime IR.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§