Function gluon_base::kind::walk_kind

source ·
pub fn walk_kind<'a, F>(k: &'a ArcKind, f: &mut F)
where F: Walker<'a, ArcKind> + ?Sized,