Type Alias StdBase64Array

Source
pub type StdBase64Array = Base64Array;
Expand description

Adapter to serialize a byte array as a base64 string using the standard alphabet

Aliased Typeยง

struct StdBase64Array { /* private fields */ }