Trait rustc_data_structures::small_vec::ExpectOne[][src]

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

Required Methods

Implementations on Foreign Types

impl<A: Array> ExpectOne<A> for SmallVec<A>
[src]

Implementors