Struct lib_ruby_parser_nodes::NodeList [−][src]
pub struct NodeList(pub &'static [Node]);Tuple Fields
0: &'static [Node]Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NodeList
impl UnwindSafe for NodeList
Blanket Implementations
Mutably borrows from an owned value. Read more