Module abi_stable::sabi_trait::doc_examples::ConstExample_trait
source · Expand description
This module is generated by the #[sabi_trait]
attribute on ConstExample
Structs§
- A marker type describing the traits that are required when constructing
ConstExample_TO
,and are then implemented by it, by implementing theInterfaceType
trait. - The trait object for ConstExample.
Traits§
- An example trait, used to show what
#[sabi_trait]
generates in the docs.
Type Aliases§
- An alias for the underlying implementation of
ConstExample_TO
. - A type alias for the const-constructible
ConstExample_TO
.