Struct lazyf::lzlist::LzList[][src]

pub struct LzList { /* fields omitted */ }

Methods

impl LzList
[src]

Trait Implementations

impl<'a> SGetter<&'a str> for LzList
[src]

impl IntoIterator for LzList
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for LzList

impl Sync for LzList