Module abi_stable::sabi_trait::doc_examples::Doer_trait
source · Expand description
This module is generated by the #[sabi_trait]
attribute on Doer
Structs§
- A marker type describing the traits that are required when constructing
Doer_TO
,and are then implemented by it, by implementing theInterfaceType
trait. - The trait object for Doer.
Traits§
- An example trait object that uses
RObject
as a backend.