client_rust
client_rust
copied to clipboard
prometheus
Reame
Issues
derive-text-encode: Support New Type Idiom
Open
mxinden
opened this issue 4 years ago
• 0 comments
Support deriving
Encode
for
New Type Idiom
.
#[derive(Encode)] struct SomeNewType(u64)
May 16 '21 14:05
mxinden