Type Alias dfx_base::field_map::Length

source ·
pub type Length = u32;

Trait Implementations§

source§

impl<'a> TryFrom<&'a Vec<u8, Global>> for u32

§

type Error = ConversionError

source§

fn try_from(value: &'a FieldValue) -> Result<Self, Self::Error>