Struct fidl_fuchsia_offers_test::ServiceProxy
source · pub struct ServiceProxy(_);
Implementations§
source§impl ServiceProxy
impl ServiceProxy
pub fn connect_to_device(&self) -> Result<HandshakeProxy, Error>
sourcepub fn connect_channel_to_device(
&self,
server_end: ServerEnd<HandshakeMarker>
) -> Result<(), Error>
pub fn connect_channel_to_device( &self, server_end: ServerEnd<HandshakeMarker> ) -> Result<(), Error>
Like connect_to_device
, 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.