pub trait DirFixture: Debug {
// Required method
fn write_to_path(&self, root: &Path) -> Result<(), Error>;
}
Expand description
Collection of files
Required Methods§
Implementations on Foreign Types§
Source§impl DirFixture for &str
Available on crate feature dir
only.
impl DirFixture for &str
Available on crate feature
dir
only.Source§impl DirFixture for &String
Available on crate feature dir
only.
impl DirFixture for &String
Available on crate feature
dir
only.Source§impl DirFixture for &Path
Available on crate feature dir
only.
impl DirFixture for &Path
Available on crate feature
dir
only.Source§impl DirFixture for &PathBuf
Available on crate feature dir
only.
impl DirFixture for &PathBuf
Available on crate feature
dir
only.Source§impl DirFixture for str
Available on crate feature dir
only.
impl DirFixture for str
Available on crate feature
dir
only.Source§impl DirFixture for String
Available on crate feature dir
only.
impl DirFixture for String
Available on crate feature
dir
only.Source§impl DirFixture for Path
Available on crate feature dir
only.
impl DirFixture for Path
Available on crate feature
dir
only.Source§impl DirFixture for PathBuf
Available on crate feature dir
only.
impl DirFixture for PathBuf
Available on crate feature
dir
only.