pub trait FieldExt {
    fn name(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

Implementors§