Trait fidl_fuchsia_boot::UserbootProxyInterface

source ·
pub trait UserbootProxyInterface: Send + Sync {
    // Required method
    fn post_stash_svc(
        &self,
        stash_svc_endpoint: ServerEnd<SvcStashMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

source

fn post_stash_svc( &self, stash_svc_endpoint: ServerEnd<SvcStashMarker>, ) -> Result<(), Error>

Implementors§