pub type PlatformInfoError = Box<dyn Error + Send + Sync>;Expand description
The common error type for PlatformInfoAPI.
Standard thread-safe error type (boxed to allow translation for any std::error::Error type)
Aliased Typeยง
pub struct PlatformInfoError(/* private fields */);