Trait cloud_filter::placeholder_file::BatchCreate

source ·
pub trait BatchCreate: Sealed {
    // Required method
    fn create<P: AsRef<Path>>(&mut self, path: P) -> Result<()>;
}
Expand description

Creates multiple placeholder file/directories within the given path.

Required Methods§

source

fn create<P: AsRef<Path>>(&mut self, path: P) -> Result<()>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl BatchCreate for [PlaceholderFile]

source§

fn create<P: AsRef<Path>>(&mut self, path: P) -> Result<()>

Implementors§