[][src]Trait structural::path::IntoAliasing

pub trait IntoAliasing: IsMultiFieldPath {
    type Output: IsMultiFieldPath<PathUniqueness = AliasedPaths>;
}

Converts a FieldPathSet<_,UniquePaths> into a FieldPathSet<_,AliasedPaths> on the type level.

Associated Types

type Output: IsMultiFieldPath<PathUniqueness = AliasedPaths>

The return value of this trait.

Loading content...

Implementors

impl<F, S, U> IntoAliasing for NestedFieldPathSet<F, S, U>[src]

impl<F, U> IntoAliasing for FieldPathSet<F, U>[src]

Loading content...