SandboxProxyInterface

Trait SandboxProxyInterface 

Source
pub trait SandboxProxyInterface: Send + Sync {
    // Required methods
    fn create_realm(
        &self,
        realm: ServerEnd<ManagedRealmMarker>,
        options: RealmOptions,
    ) -> Result<(), Error>;
    fn get_network_context(
        &self,
        network_context: ServerEnd<NetworkContextMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Implementors§