Skip to main content

RowVersions

Type Alias RowVersions 

Source
pub type RowVersions<A = TursoAllocator> = Arc<RwLock<RowVersionChain<A>>>;

Aliased Typeยง

pub struct RowVersions<A = TursoAllocator> { /* private fields */ }