Function walk_binary

Source
pub fn walk_binary<W, C>(walker: &W, binary: &Binary, context: &mut C)
where W: Walker<C>,