ElementInitializer

Trait ElementInitializer 

Source
pub trait ElementInitializer {
    // Required method
    fn to_initializers(self) -> Vec<Expression>;
}
Expand description

Supported types for initializing an element component.

Required Methods§

Source

fn to_initializers(self) -> Vec<Expression>

Maps this struct to a vector of expressions.

Implementations on Foreign Types§

Source§

impl ElementInitializer for Vec<Expression>

Source§

impl ElementInitializer for Vec<FunctionIndex>

Implementors§