Trait frunk::path::PathTraverser

source ·
pub trait PathTraverser<Path, Indices> {
    type TargetValue;

    fn get(self) -> Self::TargetValue;
}
Expand description

Trait for traversing based on Path

Required Associated Types§

Required Methods§

Returns a pair consisting of the value pointed to by the target key and the remainder.

Implementors§