Type Definition eos_rs::ffi::move_range::Type

source ·
pub type Type = c_uint;

Trait Implementations§

source§

impl TryInto<MoveRange> for Type

§

type Error = ()

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

fn try_into(self) -> Result<MoveRange, Self::Error>

Performs the conversion.