Trait xio_common::PreliminaryTryFrom[][src]

pub trait PreliminaryTryFrom<T>: Sized {
    type Error: Fail;
    fn try_from(value: T) -> Result<Self, Self::Error>;
}

Associated Types

Required Methods

Implementations on Foreign Types

impl PreliminaryTryFrom<u8> for DataType
[src]

impl PreliminaryTryFrom<(DataType, u64)> for DataValueRaw
[src]

impl PreliminaryTryFrom<u16> for ErrorCode
[src]

impl PreliminaryTryFrom<u8> for JobStoppedReason
[src]

impl PreliminaryTryFrom<u8> for ModuleState
[src]

impl PreliminaryTryFrom<(u8, u64)> for ParameterValueRaw
[src]

Implementors