pub(crate) trait FieldRefExt {
// Required methods
fn without_fields(root: VariableRef) -> Self;
fn from_strs(root: &[&str], field: &[&str]) -> Self;
}
Required Methods§
fn without_fields(root: VariableRef) -> Self
fn from_strs(root: &[&str], field: &[&str]) -> Self
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.