Struct fidl_fuchsia_storage_ext4::ServiceProxy
source · pub struct ServiceProxy(_);
Implementations§
source§impl ServiceProxy
impl ServiceProxy
sourcepub fn connect_to_server(&self) -> Result<Server_Proxy, Error>
pub fn connect_to_server(&self) -> Result<Server_Proxy, Error>
An Ext4 server that can parse a file system image and present it using fuchsia-io FIDL API.
sourcepub fn connect_channel_to_server(
&self,
server_end: ServerEnd<Server_Marker>
) -> Result<(), Error>
pub fn connect_channel_to_server( &self, server_end: ServerEnd<Server_Marker> ) -> Result<(), Error>
Like connect_to_server
, 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.