Trait Sealed

Source
pub trait Sealed { }
Expand description

Seal for PathLike.

Implementors§

Source§

impl<T: AsRef<Path> + ?Sized> Sealed for T