1 2 3 4 5 6
use std::path::PathBuf; #[derive(Default, Clone)] pub struct ResCurrentDir { pub path: PathBuf, }