Expand description
This module is generated by the #[sabi_trait]
attribute on Action
Structs§
- Action_
Interface - A marker type describing the traits that are required when constructing
Action_TO
,and are then implemented by it, by implementing theInterfaceType
trait. - Action_
TO - The trait object for Action.
Traits§
- Action
- The trait used in examples of
#[sabi_trait]
trait object methods, inabi_stable::docs::sabi_trait_inherent
Type Aliases§
- Action_
Backend - An alias for the underlying implementation of
Action_TO
. - Action_
CTO - A type alias for the const-constructible
Action_TO
.