fidl_fuchsia_boot

Trait SvcStashProxyInterface

Source
pub trait SvcStashProxyInterface: Send + Sync {
    // Required method
    fn store(
        &self,
        svc_endpoint: ServerEnd<DirectoryMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn store(&self, svc_endpoint: ServerEnd<DirectoryMarker>) -> Result<(), Error>

Implementors§