Skip to main content

Rc

Type Alias Rc 

Source
pub type Rc<T> = Rc<T>;

Aliased Type§

pub struct Rc<T> { /* private fields */ }

Trait Implementations§

Source§

impl<T> TryClone for Rc<T>

Source§

type Error = AllocError

Source§

fn try_clone(&self) -> Result<Self, Self::Error>

Source§

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

Source§

fn new(value: T) -> Self