core_crypto_macros

Derive Macro Entity

Source
#[derive(Entity)]
{
    // Attributes available to this derive:
    #[entity]
    #[id]
}
Expand description

Implements the Entity trait for the given struct. To be used internally inside the core-crypto-keystore crate only.