1
2
3
4
5
6
7
8
9
#[non_exhaustive]
pub enum TryFromOtError {
    InvalidElementCount,
}

#[non_exhaustive]
pub enum TryFromZotError {
    InvalidElementCount,
}