identity_iota::iota::rebased::proposals

Type Alias BorrowIntentFn

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

Boxed dynamic trait object of {@link BorrowIntentFnT}

Aliased Typeยง

struct BorrowIntentFn(/* private fields */);