Attribute Macro write_bound

Source
#[write_bound]
Expand description

Adds the trait bounds required for either sync or async writing

These bounds are applied to all generic parameters in either an impl block or struct definition.

Traits are chosen according to which features are enabled.