Enum oxygengine_user_interface::raui::core::props::PropsError [−][src]
pub enum PropsError {
CouldNotReadData,
HasNoDataOfType(String),
}Variants
HasNoDataOfType(String)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PropsErrorimpl Send for PropsErrorimpl Sync for PropsErrorimpl Unpin for PropsErrorimpl UnwindSafe for PropsErrorBlanket Implementations
Mutably borrows from an owned value. Read more