Derive Macro ockam::AsyncTryClone

source · []
#[derive(AsyncTryClone)]
Expand description

Custom derive for the ockam_core::AsyncTryClone trait.

Example of use:

#[derive(ockam::AsyncTryClone)]
pub struct MyStruct {
    a: u32,
}