pub trait WithServiceAbi {
type Abi: ServiceAbi;
}
Expand description
Marker trait to help importing service types.
Required Associated Types§
Sourcetype Abi: ServiceAbi
type Abi: ServiceAbi
The service types to import.
pub trait WithServiceAbi {
type Abi: ServiceAbi;
}
Marker trait to help importing service types.
The service types to import.