nu_path::form

Trait MaybeAbsolute

Source
pub trait MaybeAbsolute: PathForm { }
Expand description

A marker trait for PathForms that may be absolute paths. This includes the Any, Absolute, and Canonical 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§