pub type Result<T> = Result<T, SandboxError>;Expand description
Result type for sandbox operations
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(SandboxError),
}pub type Result<T> = Result<T, SandboxError>;Result type for sandbox operations
pub enum Result<T> {
Ok(T),
Err(SandboxError),
}