Type Definition eos_rs::ffi::move_target::Type

source ·
pub type Type = c_uint;

Trait Implementations§

source§

impl TryInto<MoveTarget> for Type

§

type Error = ()

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

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

Performs the conversion.