Expand description
Re-exports of commonly used traits and types
Re-exports§
pub use crate::FfiEnum as _;
pub use crate::FfiEnumExt as _;
Attribute Macros§
- ffi_
enum - Converts the enum into ffi-safe
enum
s that could be safely sent through ffi Metadata, separated with,
, passed as arguments of this attribute call would be transformed into raw attributes attached on the generatedffi_enum
.