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

Object Safety§

This trait is not object safe.

Implementors§