Macro default_constructor::effect
source · macro_rules! effect { (box, $expr: expr) => { ... }; ($ident: ident, $expr: expr) => { ... }; }
Expand description
Add another conversion operation on top of the standard Into
,
this can either be a function in scope or a function in the effects
module.