[][src]Type Definition binjs_es6::ast::ListOfSwitchCase

type ListOfSwitchCase = Vec<SwitchCase>;

Implementation of list type ListOfSwitchCase.

Trait Implementations

impl<'a> Walker<'a> for ListOfSwitchCase[src]

type Output = ListOfSwitchCase