1 2 3 4 5 6 7 8 9
use crate::{Signature, Type, static_str_type}; static_str_type!(std::path::Path); static_str_type!(std::path::PathBuf); #[cfg(feature = "camino")] static_str_type!(camino::Utf8Path); #[cfg(feature = "camino")] static_str_type!(camino::Utf8PathBuf);