#[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.
#[derive(Entity)]
{
// Attributes available to this derive:
#[entity]
#[id]
}
Implements the Entity
trait for the given struct.
To be used internally inside the core-crypto-keystore
crate only.