Skip to main content

UserbootProxyInterface

Trait UserbootProxyInterface 

Source
pub trait UserbootProxyInterface: Send + Sync {
    // Required methods
    fn post_bootfs_files(&self, files: Vec<BootfsFileVmo>) -> Result<(), Error>;
    fn post_stash_svc(
        &self,
        stash_svc_endpoint: ServerEnd<SvcStashMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn post_bootfs_files(&self, files: Vec<BootfsFileVmo>) -> Result<(), Error>

Source

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§