Type Alias ServiceInstance

Source
pub type ServiceInstance<S> = ServiceConnector<S, ServiceMemberConnector>;
Expand description

A type alias representing a service instance with members that can be connected to using the [fidl_next] bindings.

Aliased Typeยง

pub struct ServiceInstance<S> { /* private fields */ }