Base64ByteArrayEncoder
Standard Base64 encoder implementation for ByteArray
Fully qualified path: alexandria_encoding::base64::Base64ByteArrayEncoder
pub impl Base64ByteArrayEncoder of ByteArrayEncoder;
Impl functions
encode
Fully qualified path: alexandria_encoding::base64::Base64ByteArrayEncoder::encode
fn encode(data: ByteArray) -> ByteArray