Trait AsField

Source
pub trait AsField {
    // Required method
    fn as_field(&self) -> FieldName;
}
Expand description

Convert something that represents a path into a concrete FieldName.

Required Methods§

Implementations on Foreign Types§

Source§

impl AsField for &str

Source§

impl AsField for String

Implementors§