B64Encode

Trait B64Encode 

Source
pub trait B64Encode<I, O> {
    // Required method
    fn encode(input: I) -> O;
}

Required Methods§

Source

fn encode(input: I) -> O

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§