Trait vector_lookup::path::TargetPath
pub trait TargetPath<'a>: Clone {
type ValuePath: ValuePath<'a>;
// Required methods
fn prefix(&self) -> PathPrefix;
fn value_path(&self) -> Self::ValuePath;
}
Required Associated Types§
Required Methods§
fn prefix(&self) -> PathPrefix
fn value_path(&self) -> Self::ValuePath
Object Safety§
This trait is not object safe.