Struct cordoba::CDBReader [] [src]

pub struct CDBReader<A> {
    pub access: A,
    // some fields omitted
}

Fields

Methods

impl<A: CDBAccess> CDBReader<A>
[src]

[src]

Important traits for FileIter<'c, A>
[src]

Important traits for LookupIter<'c, 'k, A>
[src]

[src]

impl<B: Read + Seek> CDBReader<CDBFileAccess<B>>
[src]

[src]

Trait Implementations

impl<'c, A: CDBAccess> IntoIterator for &'c CDBReader<A>
[src]

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

[src]

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<A> Send for CDBReader<A> where
    A: Send

impl<A> Sync for CDBReader<A> where
    A: Sync