pub trait AbstractAllocatorAllocation {
// Required method
fn range(&self) -> Range<usize> ⓘ;
}Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait AbstractAllocatorAllocation {
// Required method
fn range(&self) -> Range<usize> ⓘ;
}This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".