[][src]Trait xio_common::PreliminaryTryFrom

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

Associated Types

type Error: Fail

Loading content...

Required methods

fn try_from(value: T) -> Result<Self, Self::Error>

Loading content...

Implementations on Foreign Types

impl PreliminaryTryFrom<u8> for DataType[src]

type Error = Error

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

type Error = Error

impl PreliminaryTryFrom<u16> for ErrorCode[src]

type Error = Error

impl PreliminaryTryFrom<u8> for JobStoppedReason[src]

type Error = Error

impl PreliminaryTryFrom<u8> for ModuleState[src]

type Error = Error

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

type Error = Error

Loading content...

Implementors

impl PreliminaryTryFrom<u16> for DeviceCapability[src]

type Error = Error

impl PreliminaryTryFrom<u16> for JobSetInfo[src]

type Error = Error

Loading content...