macro_rules! impl_canonize_default {
    ($ty: ty) => { ... };
}
Expand description

Use on any type that does not contain a cosmwasm_std::Addr. The implementation simply returns Ok(self) without doing any transformation.