Struct js::jsapi::LinkedList [] [src]

#[repr(C)]
pub struct LinkedList<T> { pub sentinel: LinkedListElement<T>, }

Fields

Trait Implementations

impl<T: Debug> Debug for LinkedList<T>
[src]

[src]

Formats the value using the given formatter.