pub trait PlatformTraitConst {
// Required method
fn as_raw_Platform(&self) -> *const c_void;
// Provided methods
fn ptr(&self) -> Result<*mut c_void> { ... }
fn empty(&self) -> Result<bool> { ... }
}
Expand description
Constant methods for core::Platform