Subcall
Trait
precompile_
utils
0.1.0
Subcall
Trait
Implementors
In precompile_
utils::
testing::
handle
Structs
MockHandle
Subcall
SubcallOutput
Traits
SubcallTrait
Type Aliases
SubcallHandle
?
Settings
Trait
precompile_utils
::
testing
::
handle
::
SubcallTrait
Copy item path
source
·
[
−
]
pub trait SubcallTrait:
FnMut
(
Subcall
) ->
SubcallOutput
+ 'static { }
Implementors
§
source
§
impl<T:
FnMut
(
Subcall
) ->
SubcallOutput
+ 'static>
SubcallTrait
for T