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 theInterfaceType
trait. - 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
Service
trait but using safe types fromabi_stable
crate.
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
.