Expand description
Examples of #[sabi_trait]
generated trait objects,for the documentation.
Modules§
- Action_
trait - This module is generated by the
#[sabi_trait]
attribute on Action - Const
Example_ trait - This module is generated by the
#[sabi_trait]
attribute on ConstExample - Doer_
trait - This module is generated by the
#[sabi_trait]
attribute on Doer
Structs§
- Action_
TO - The trait object for Action.
- Const
Example_ TO - The trait object for ConstExample.
- Doer_TO
- The trait object for Doer.
Traits§
- Action
- The trait used in examples of
#[sabi_trait]
trait object methods, inabi_stable::docs::sabi_trait_inherent
- Const
Example - An example trait, used to show what
#[sabi_trait]
generates in the docs. - Doer
- An example trait object that uses
RObject
as a backend.
Type Aliases§
- Action_
CTO - A type alias for the const-constructible
Action_TO
. - Const
Example_ CTO - A type alias for the const-constructible
ConstExample_TO
. - Doer_
CTO - A type alias for the const-constructible
Doer_TO
.