pub struct DeleteFileHandler;Expand description
Handles deletion of created files
Implementations§
Source§impl DeleteFileHandler
impl DeleteFileHandler
Sourcepub fn handle(action: &RollbackAction) -> ExecutionResult<String>
pub fn handle(action: &RollbackAction) -> ExecutionResult<String>
Auto Trait Implementations§
impl Freeze for DeleteFileHandler
impl RefUnwindSafe for DeleteFileHandler
impl Send for DeleteFileHandler
impl Sync for DeleteFileHandler
impl Unpin for DeleteFileHandler
impl UnwindSafe for DeleteFileHandler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more