pub trait ICCameraFolder: Sized {
// Required method
unsafe fn contents(self) -> id;
}Expand description
This class represents a folder on an ICCameraDevice object.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".