Trait hydrate_pipeline::FieldAccessor
source · pub trait FieldAccessor {
// Required method
fn new(property_path: PropertyPath) -> Self;
}
Required Methods§
fn new(property_path: PropertyPath) -> Self
Object Safety§
This trait is not object safe.