nu_path::form

Trait MaybeRelative

Source
pub trait MaybeRelative: PathForm { }
Expand description

A marker trait for PathForms that may be relative paths. This includes only the Any and Relative path forms.

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§