Derive Macro sewup_derive::Key [−][src]
#[derive(Key)]
Expand description
Key
derive help you implement Key trait for the kv feature
use sewup_derive::Key;
#[derive(Key)]
struct SimpleStruct {
trust: bool,
description: String,
}