Skip to main content

PathData

Trait PathData 

Source
pub trait PathData { }
Expand description

A type that can represent path data

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl PathData for Vec<u8>

Implementors§