[][src]Trait structural::type_level::field_path::IsFieldPathSet

pub trait IsFieldPathSet: Sealed + Copy {
    type PathUniqueness;
}

A marker trait only implemented by FieldPathSet

Associated Types

type PathUniqueness

Whether the pats in the set can contain duplicate paths.

Loading content...

Implementors

impl<T, U> IsFieldPathSet for FieldPathSet<T, U>[src]

Loading content...