Enum workflow_core::enums::TryFromError
source · pub enum TryFromError {
u32(&'static str, u32),
u16(&'static str, u16),
u8(&'static str, u8),
usize(&'static str, usize),
}
Expand description
Error produced by the enum try_from
macros
Variants§
Trait Implementations§
source§impl Clone for TryFromError
impl Clone for TryFromError
source§fn clone(&self) -> TryFromError
fn clone(&self) -> TryFromError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more