Skip to main content

ByteArray

Type Alias ByteArray 

Source
pub type ByteArray = ByteString;

Aliased Type§

pub struct ByteArray {
    pub bytes: String,
}

Fields§

§bytes: String