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