identity_
iota_
interaction
1.4.0
Controller
Intent
FnInternalT
Implementors
In crate identity_
iota_
interaction
identity_iota_interaction
Trait
ControllerIntentFnInternalT
Copy item path
Source
pub trait ControllerIntentFnInternalT<B>:
FnOnce
(
&mut B
, &
Argument
) { }
Implementors
§
Source
§
impl<T, B>
ControllerIntentFnInternalT
<B> for T
where T:
FnOnce
(
&mut B
, &
Argument
),