Enum raui_core::state::StateError [−][src]
pub enum StateError {
Props(PropsError),
CouldNotWriteData,
}Variants
Props(PropsError)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StateErrorimpl Send for StateErrorimpl Sync for StateErrorimpl Unpin for StateErrorimpl UnwindSafe for StateErrorBlanket Implementations
Mutably borrows from an owned value. Read more