Type Alias eva_common::ItemStatus

source ·
pub type ItemStatus = i16;

Trait Implementations§

source§

impl TryFrom<Value> for i16

§

type Error = Error

The type returned in the event of a conversion error.
source§

fn try_from(value: Value) -> EResult<i16>

Performs the conversion.