Trait frunk_core::path::PathTraverser[][src]

pub trait PathTraverser<Path, Indices> {
    type TargetValue;
    fn get(self) -> Self::TargetValue;
}
Expand description

Trait for traversing based on Path

Associated Types

Required methods

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

Implementors