Macro qcs_api_client_common::impl_str
source ยท macro_rules! impl_str { ($name: ident) => { ... }; }
Expand description
Implement __str__ for wrapper types whose inner type implements Display.
macro_rules! impl_str { ($name: ident) => { ... }; }
Implement __str__ for wrapper types whose inner type implements Display.