Skip to main content

FieldAccessor

Trait FieldAccessor 

Source
pub trait FieldAccessor<S> {
    // Required method
    fn path(&self) -> String;
}

Required Methods§

Source

fn path(&self) -> String

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§