Skip to main content

Module macros

Module macros 

Source
Expand description

Macros for the osom_lib_try_clone crate.

Attribute Macrosยง

try_clone
This macro attribute implements the TryClone trait for the given struct or enum.
try_clone_with_clone
This macro attribute implements the TryClone trait for the given struct or enum, and uses it to implement the Clone trait.