use base64id::Base64Id; #[derive(Base64Id)] struct MyId(i64); fn main() {}