Trait FieldsExtension

Source
pub trait FieldsExtension {
    // Required method
    fn get_self(&self) -> &Fields;

    // Provided method
    fn single_unnamed_field(&self) -> CodamaResult<&Field> { ... }
}

Required Methods§

Source

fn get_self(&self) -> &Fields

Provided Methods§

Implementations on Foreign Types§

Source§

impl FieldsExtension for Fields

Source§

fn get_self(&self) -> &Fields

Implementors§