[][src]Trait tantivy::postings::HasLen

pub trait HasLen {
    fn len(&self) -> usize;

    fn is_empty(&self) -> bool { ... }
}

Has length trait

Required methods

fn len(&self) -> usize

Return length

Loading content...

Provided methods

fn is_empty(&self) -> bool

Returns true iff empty.

Loading content...

Implementors

impl HasLen for ReadOnlySource[src]

impl HasLen for DeleteBitSet[src]

impl HasLen for SegmentPostings[src]

Loading content...