Module ServiceStable_trait

Source
Expand description

This module is generated by the #[sabi_trait] attribute on ServiceStable

Structs§

ServiceStable_Interface
A marker type describing the traits that are required when constructing ServiceStable_TO,and are then implemented by it, by implementing the InterfaceType trait.
ServiceStable_TO
The trait object for ServiceStable.

Traits§

ServiceStable
Safe trait for sending a service trait object between ABI boundary. Define interface like Service trait but using safe types from abi_stable crate.

Type Aliases§

ServiceStable_Backend
An alias for the underlying implementation of ServiceStable_TO.
ServiceStable_CTO
A type alias for the const-constructible ServiceStable_TO.