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