Derive Macro silkenweb::Value

source ·
#[derive(Value)]
Expand description

Derive Value

This will derive an instance with an empty body:

impl Value for MyType {}

Types with generic parameters are supported.