pub trait HasDelFunctions: HasHandle<WINDOW> {
// Provided method
fn delch(&self) -> Result<(), NCurseswWinError> { ... }
}
Expand description
Does the window canvas type have ncursesw delete functions.
Provided Methods§
fn delch(&self) -> Result<(), NCurseswWinError>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.