Trait FileAlreadyExistsError

Source
pub trait FileAlreadyExistsError {
    // Required method
    fn is_file_already_exists(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl FileAlreadyExistsError for Error

Implementors§