Skip to main content

SemanticComponentBinding

Type Alias SemanticComponentBinding 

Source
pub type SemanticComponentBinding<A> = ComponentBinding<A, SemanticSignal<A>, ExprBytecode<StateLocation<A>>>;

Aliased Type§

pub struct SemanticComponentBinding<A> {
    pub instance: String,
    pub connections: Vec<ComponentConnectionBinding<A, SemanticSignal<A>, ExprBytecode<StateLocation<A>>>>,
}

Fields§

§instance: String§connections: Vec<ComponentConnectionBinding<A, SemanticSignal<A>, ExprBytecode<StateLocation<A>>>>