pub trait GetOneErrorTrait {
// Required methods
fn is_not_found(&self) -> bool;
fn is_more_than_one(&self) -> bool;
}pub trait GetOneErrorTrait {
// Required methods
fn is_not_found(&self) -> bool;
fn is_more_than_one(&self) -> bool;
}