Skip to main content

AllocatorType

Trait AllocatorType 

Source
pub trait AllocatorType {
    // Required method
    fn allockind() -> AllocKind;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl AllocatorType for (KString, KString)

Implementors§