Trait rustc_data_structures::functor::IdFunctor [−][src]
pub trait IdFunctor {
type Inner;
fn map_id<F>(self, f: F) -> Self
where
F: FnMut(Self::Inner) -> Self::Inner;
}
pub trait IdFunctor {
type Inner;
fn map_id<F>(self, f: F) -> Self
where
F: FnMut(Self::Inner) -> Self::Inner;
}