pub struct Mod_Proxy(_);
Implementations§
source§impl Mod_Proxy
impl Mod_Proxy
pub fn connect_to_member(&self) -> Result<SampleProtocolProxy, Error>
sourcepub fn connect_channel_to_member(
&self,
server_end: ServerEnd<SampleProtocolMarker>
) -> Result<(), Error>
pub fn connect_channel_to_member( &self, server_end: ServerEnd<SampleProtocolMarker> ) -> Result<(), Error>
Like connect_to_member
, but accepts a server end.
Trait Implementations§
source§impl ServiceProxy for Mod_Proxy
impl ServiceProxy for Mod_Proxy
§type Service = Mod_Marker
type Service = Mod_Marker
The FIDL service this proxy represents.