Trait nu_path::form::PathJoin

source ·
pub trait PathJoin: PathForm {
    type Output: PathForm;
}
Expand description

A trait used to specify the output PathForm of a path join operation.

The output path forms based on the left hand side path form are as follows:

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§