pub trait INSImage: PNSObject {
// Provided method
fn m_image_named(name: NSImageName) -> NSImage { ... }
}
Expand description
A trait containing all the methods for NSImage
Provided Methods§
Sourcefn m_image_named(name: NSImageName) -> NSImage
fn m_image_named(name: NSImageName) -> NSImage
Returns the image object associated with the specified name.
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.