Type Definition vm_allocator::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

Wrapper over std::result::Result