[][src]Trait syn_ext::MetaExt

pub trait MetaExt {
    fn is_list_like(&self) -> bool;
fn get_list_like_nested(&self) -> Option<&Punctuated<NestedMeta, Comma>>;
fn is_name_value_like(&self) -> bool; }

Required methods

Loading content...

Implementations on Foreign Types

impl MetaExt for Meta[src]

Loading content...

Implementors

Loading content...