Struct fuels_types::Byte
source · pub struct Byte(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
source§impl Parameterize for Byte
impl Parameterize for Byte
fn param_type() -> ParamType
source§impl Tokenizable for Byte
impl Tokenizable for Byte
source§fn from_token(token: Token) -> Result<Self>where
Self: Sized,
fn from_token(token: Token) -> Result<Self>where Self: Sized,
Converts a
Token
into expected type.source§fn into_token(self) -> Token
fn into_token(self) -> Token
Converts a specified type back into token.