pub struct SingleMemberServiceProxy(_);
Implementations§
source§impl SingleMemberServiceProxy
impl SingleMemberServiceProxy
pub fn connect_to_single_member(&self) -> Result<FirstProtocolProxy, Error>
sourcepub fn connect_channel_to_single_member(
&self,
server_end: ServerEnd<FirstProtocolMarker>
) -> Result<(), Error>
pub fn connect_channel_to_single_member( &self, server_end: ServerEnd<FirstProtocolMarker> ) -> Result<(), Error>
Like connect_to_single_member
, but accepts a server end.
Trait Implementations§
source§impl ServiceProxy for SingleMemberServiceProxy
impl ServiceProxy for SingleMemberServiceProxy
§type Service = SingleMemberServiceMarker
type Service = SingleMemberServiceMarker
The FIDL service this proxy represents.