Module doc_examples

Source
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
ConstExample_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.
ConstExample_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, in abi_stable::docs::sabi_trait_inherent
ConstExample
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.
ConstExample_CTO
A type alias for the const-constructible ConstExample_TO.
Doer_CTO
A type alias for the const-constructible Doer_TO.