Struct xor_name::BitIndexOutOfBoundsError [] [src]

pub struct BitIndexOutOfBoundsError;

A bit was indexed by a value i that did not satisfy 0 <= i < XOR_NAME_BITS.

Trait Implementations

impl Debug for BitIndexOutOfBoundsError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations