Struct fidl_test_versions::ServiceProxy
source · pub struct ServiceProxy(_);
Implementations§
source§impl ServiceProxy
impl ServiceProxy
pub fn connect_to_p(&self) -> Result<ProtocolProxy, Error>
sourcepub fn connect_channel_to_p(
&self,
server_end: ServerEnd<ProtocolMarker>
) -> Result<(), Error>
pub fn connect_channel_to_p( &self, server_end: ServerEnd<ProtocolMarker> ) -> Result<(), Error>
Like connect_to_p
, but accepts a server end.
Trait Implementations§
source§impl ServiceProxy for ServiceProxy
impl ServiceProxy for ServiceProxy
§type Service = ServiceMarker
type Service = ServiceMarker
The FIDL service this proxy represents.