Expand description
This module is generated by the #[sabi_trait] attribute on ConstExample
Structs§
- Const
Example_ Interface - A marker type describing the traits that are required when constructing
ConstExample_TO,and are then implemented by it, by implementing theInterfaceTypetrait. - Const
Example_ TO - The trait object for ConstExample.
Traits§
- Const
Example - An example trait, used to show what
#[sabi_trait]generates in the docs.
Type Aliases§
- Const
Example_ Backend - An alias for the underlying implementation of
ConstExample_TO. - Const
Example_ CTO - A type alias for the const-constructible
ConstExample_TO.