Macro qcs_api_client_common::impl_repr
source · macro_rules! impl_repr { ($name: ident) => { ... }; }
Expand description
Implements repr on a [pyo3::pyclass] by using it’s std::fmt::Debug
implementation.
The pyclass must implement std::fmt::Debug.