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.
macro_rules! impl_repr {
($name: ident) => { ... };
}Implements repr on a [pyo3::pyclass] by using it’s std::fmt::Debug
implementation.
The pyclass must implement std::fmt::Debug.