Expand description
This module is generated by the #[sabi_trait] attribute on ServiceStable
Structs§
- Service
Stable_ Interface - A marker type describing the traits that are required when constructing
ServiceStable_TO,and are then implemented by it, by implementing theInterfaceTypetrait. - Service
Stable_ TO - The trait object for ServiceStable.
Traits§
- Service
Stable - Safe trait for sending a service trait object between ABI boundary.
Define interface like
Servicetrait but using safe types fromabi_stablecrate.
Type Aliases§
- Service
Stable_ Backend - An alias for the underlying implementation of
ServiceStable_TO. - Service
Stable_ CTO - A type alias for the const-constructible
ServiceStable_TO.