pub trait ConstConstruct:
'static
+ Send
+ Sync { }
Expand description
Implementation of a constant constructor.
Do not implement manually, this is provided when deriving
ToConstValue
.
pub trait ConstConstruct:
'static
+ Send
+ Sync { }
Implementation of a constant constructor.
Do not implement manually, this is provided when deriving
ToConstValue
.