Trait ExternBase64

Source
pub trait ExternBase64 {
    // Required method
    fn to_base64(&self) -> String;
}

Required Methods§

Source

fn to_base64(&self) -> String

Implementations on Foreign Types§

Source§

impl ExternBase64 for String

Implementors§