pub trait ChildSandboxMethods {
// Required method
fn activate(&self) -> Result<(), ()>;
}Expand description
All platform-specific sandboxes in the child process implement this trait.
pub trait ChildSandboxMethods {
// Required method
fn activate(&self) -> Result<(), ()>;
}All platform-specific sandboxes in the child process implement this trait.