Trait nu_path::form::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.

Object Safety§

This trait is not object safe.

Implementors§