[][src]Function subtle_encoding::base64::encode

pub fn encode<B: AsRef<[u8]>>(bytes: B) -> Vec<u8>

Encode the given data as Base64, returning a Vec<u8>