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

Object Safety§

This trait is not object safe.

Implementors§