[−][src]Type Definition binjs_es6::ast::ListOfSwitchCase
type ListOfSwitchCase = Vec<SwitchCase>;
Implementation of list type ListOfSwitchCase.
type ListOfSwitchCase = Vec<SwitchCase>;
Implementation of list type ListOfSwitchCase.
impl<'a> Walker<'a> for ListOfSwitchCase
[src]