pub trait CargoPathExt {
    fn rm_rf(&self);
    fn mkdir_p(&self);
    fn move_in_time<F>(&self, travel_amount: F)
    where
        F: Fn(i64, u32) -> (i64, u32)
; fn move_into_the_past(&self) { ... } fn move_into_the_future(&self) { ... } }

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Implementors§