Skip to main content

PathType

Trait PathType 

Source
pub trait PathType: AsRef<Path> + MaybeSend { }
Expand description

PathType is an alias for AsRef<Path> + Send

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§