Skip to content
Snippets Groups Projects
Verified Commit 2049f1f4 authored by David Mehren's avatar David Mehren
Browse files

Remove IndexOutOfBoundsError

parent 2fb6e4fa
No related branches found
No related tags found
No related merge requests found
#[derive(Fail, Debug)]
#[fail(display = "Supplied an invalid index")]
pub struct IndexOutOfBoundsError;
#[derive(Fail, Debug, PartialEq)] #[derive(Fail, Debug, PartialEq)]
#[fail(display = "The supplied bitvector is not valid for this tree.")] #[fail(display = "The supplied bitvector is not valid for this tree.")]
pub struct InvalidBitvecError; pub struct InvalidBitvecError;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment