Trait frunk_core::path::PathTraverser
source · pub trait PathTraverser<Path, Indices> {
type TargetValue;
// Required method
fn get(self) -> Self::TargetValue;
}
Expand description
Trait for traversing based on Path
Required Associated Types§
type TargetValue
Required Methods§
sourcefn get(self) -> Self::TargetValue
fn get(self) -> Self::TargetValue
Returns a pair consisting of the value pointed to by the target key and the remainder.