Skip to main content

Arc

Type Alias Arc 

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

Aliased Type§

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

Trait Implementations§

Source§

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

Source§

fn new(value: T) -> Self