[][src]Trait rustc_ap_syntax::mut_visit::ExpectOne

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

Required methods

fn expect_one(self, err: &'static str) -> A::Item

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...