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