vtable!() { /* proc-macro */ }Expand description
Returns the appropriate type of vtable for a trait object.
Usage: vtable!(TraitA + TraitB<Output=u16> + Send + Sync)
Note that the ordering of traits is significant.
vtable!() { /* proc-macro */ }Returns the appropriate type of vtable for a trait object.
Usage: vtable!(TraitA + TraitB<Output=u16> + Send + Sync)
Note that the ordering of traits is significant.