nu_path::form

Trait PathCast

Source
pub trait PathCast<Form: PathForm>: PathForm { }
Expand description

A marker trait that signifies one PathForm can be used as or trivially converted to another PathForm.

The list of possible conversions are:

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§