pub use *;
pub use *;
/// If a type is primitive, we can automatically derive [`FromPatch`] for any [`FromPatch`] implementations
/// Using this macro, every given object will automatically implement [`FromPatch`] for itself
///
/// `impl_from_patch_self!({struct1}, {struct2}, {enum})`
crateimpl_empty_trait!;