pub trait ExpectOne<A: Array> { // Required method fn expect_one(self, err: &'static str) -> A::Item; }