Skip to main content

TursoNewExt

Trait TursoNewExt 

Source
pub trait TursoNewExt<T> {
    // Required method
    fn new(value: T) -> Self;
}

Required Methods§

Source

fn new(value: T) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<T> TursoNewExt<T> for Arc<T>

Source§

impl<T> TursoNewExt<T> for Box<T>

Source§

impl<T> TursoNewExt<T> for Rc<T>