kanzi
0.7.0
Close
Implementors
In kanzi::
domain
kanzi
::
domain
Trait
Close
Copy item path
pub trait Close:
FnOnce
() ->
Result
<
()
,
Error
> + 'static { }
Implementors
§
§
impl<T>
Close
for T
where T:
FnOnce
() ->
Result
<
()
,
Error
> + 'static,