pub type TriggerApp<T, F> = FactorsExecutorApp<F, <T as Trigger<F>>::InstanceState>;
Expand description
Type alias for a spin_factors_executor::FactorsExecutorApp
specialized to a Trigger
.
Aliased Typeยง
pub struct TriggerApp<T, F> { /* private fields */ }