pub trait KnowsPathSegment {
    type PathSegment: IsPathSegment;
}

Required Associated Types§

Implementations on Foreign Types§

source§

impl<T: KnowsPathSegment> KnowsPathSegment for &T

Implementors§

source§

impl<Parent, Value> KnowsPathSegment for Visitor<Parent, Value>
where Value: KnowsPathSegment,

source§

impl<Value> KnowsPathSegment for RootVisitor<Value>
where Value: KnowsPathSegment,