Skip to main content

Bytes

Type Alias Bytes 

Source
pub type Bytes = StringifiedLong;

Aliased Type§

pub enum Bytes {
    StringValue(String),
    IntegerValue(i64),
}

Variants§

§

StringValue(String)

§

IntegerValue(i64)