Primitive sway_libs::u8

u8
Expand description
8-bit unsigned integer

Trait Implementations

pub fn try_from(value: I8) -> Option<Self>

pub fn try_into(self) -> Option<I8>