pub fn walk_named<'a, 'b, V>( visitor: &mut V, bind: &Named<'b> ) -> Option<Named<'a>>where V: ?Sized + Visitor<'a, 'b>,