pub trait HookUnmount {
// Provided method
fn unmount(self: Pin<&mut Self>) { ... }
}Expand description
Provided Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".