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§