pub fn delete_all<I, T>(paths: I) -> Result<(), Error> where
    I: IntoIterator<Item = T>,
    T: AsRef<Path>, 
Expand description

Convenience method for DEFAULT_TRASH_CTX.delete_all().

See: TrashContext::delete_all