Struct js::jsapi::AutoCleanLinkedList [] [src]

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

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.