[][src]Macro abi_stable_derive::impl_InterfaceType

impl_InterfaceType!() { /* proc-macro */ }

Allows implementing the InterfaceType trait, providing default values for associated types not specified in the impl block.

For an example look at abi_stable::erased_types::InterfaceType.