pub trait DeriveInputExt {
    fn fields(&self) -> Iter<'_, Field>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§