pub struct FinalProxy(_);
Implementations§
source§impl FinalProxy
impl FinalProxy
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 FinalProxy
impl ServiceProxy for FinalProxy
§type Service = FinalMarker
type Service = FinalMarker
The FIDL service this proxy represents.