qcs_api_client_common

Macro impl_str

Source
macro_rules! impl_str {
    ($name: ident) => { ... };
}
Expand description

Implement __str__ for wrapper types whose inner type implements Display.