Macro stabby::dynptr

source ยท
dynptr!() { /* proc-macro */ }
Expand description

Returns the appropriate type for a stabby equivalent of a trait object.

Usage: dynptr!(Box<dyn TraitA + TraitB<Output=u16> + Send + Sync + 'a>) Note that the ordering of traits is significant.