Trait hydrate_pipeline::Field
source · pub trait Field {
// Required method
fn new(
property_path: PropertyPath,
data_container: &Rc<RefCell<Option<DataContainer>>>
) -> Self;
}
Required Methods§
fn new( property_path: PropertyPath, data_container: &Rc<RefCell<Option<DataContainer>>> ) -> Self
Object Safety§
This trait is not object safe.