identity_iota::iota::rebased::proposals

Type Alias ControllerIntentFn

Source
pub type ControllerIntentFn = Box<dyn ControllerIntentFnT<Output = ()> + Send>;
Expand description

Boxed dynamic trait object of {@link ControllerIntentFnT}

Aliased Typeยง

struct ControllerIntentFn(/* private fields */);