Macro base64_serde::base64_serde_type [] [src]

macro_rules! base64_serde_type {
    ($typename:ident, $config:expr) => { ... };
}

Create a module with appropriate serialize and deserialize functions to use with serde when specifying how to serialize a particular field, as in #[serde(with=modname)].