pub trait KnowsPathSegment {
    type PathSegment: IsPathSegment;
}

Required Associated Types§

Implementations on Foreign Types§

source§

impl KnowsPathSegment for &()

source§

impl KnowsPathSegment for ()

source§

impl KnowsPathSegment for String

Implementors§

source§

impl<'a, Parent, Value> KnowsPathSegment for &'a Visitor<Parent, Value>
where Value: KnowsPathSegment,

source§

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

source§

impl<'a, Value> KnowsPathSegment for &'a RootVisitor<Value>
where Value: KnowsPathSegment,

source§

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