Trait FieldExt

Source
pub trait FieldExt {
    // Required method
    fn name(&self) -> String;
}

Required Methods§

Source

fn name(&self) -> String

Implementations on Foreign Types§

Source§

impl FieldExt for Field

Source§

fn name(&self) -> String

Implementors§