Skip to main content

TursoAllocExt

Trait TursoAllocExt 

Source
pub trait TursoAllocExt {
    // Required method
    fn new() -> Self;
}

Required Methods§

Source

fn new() -> Self

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<K, V> TursoAllocExt for BTreeMap<K, V>

Source§

impl<T: Ord> TursoAllocExt for BinaryHeap<T>

Source§

impl<T> TursoAllocExt for BTreeSet<T>

Source§

impl<T> TursoAllocExt for LinkedList<T>

Source§

impl<T> TursoAllocExt for Vec<T>

Available on non-nightly only.
Source§

impl<T> TursoAllocExt for VecDeque<T>