Skip to main content

LinkedList

Type Alias LinkedList 

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

Aliased Type§

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

Trait Implementations§

Source§

impl<T> TursoAllocExt for LinkedList<T>

Source§

fn new() -> Self