Interface FromBase64

Method from_base64

fn from_base64() -> ~[u8]

Interface ToBase64

Method to_base64

fn to_base64() -> ~str

Implementation of ToBase64 for & [u8]

Method to_base64

fn to_base64() -> ~str

Implementation of ToBase64 for & str

Method to_base64

fn to_base64() -> ~str

Implementation of FromBase64 for ~[u8]

Method from_base64

fn from_base64() -> ~[u8]

Implementation of FromBase64 for ~str

Method from_base64

fn from_base64() -> ~[u8]