Struct elias_fano::OutOfBoundsError[][src]

pub struct OutOfBoundsError;

Trait Implementations

impl Debug for OutOfBoundsError
[src]

Formats the value using the given formatter. Read more

impl Error for OutOfBoundsError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl Display for OutOfBoundsError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations