···2323/// Errors from invalid Rkeys
2424#[derive(Debug, PartialEq, thiserror::Error)]
2525pub enum MstError {
2626- #[error("RKey was not utf-8")]
2727- EntryRkeyNotUtf8(#[from] std::string::FromUtf8Error),
2826 #[error("Nodes cannot be empty (except for an entirely empty MST)")]
2927 EmptyNode,
3028 #[error("Expected node to be at depth {expected}, but it was at {depth}")]