nu_path::form

Trait 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§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§