Derive Macro ruma::serde::DebugAsRefStr
source ยท #[derive(DebugAsRefStr)]
Expand description
Derive the fmt::Debug
trait using the AsRef<str>
implementation of the type.
#[derive(DebugAsRefStr)]
Derive the fmt::Debug
trait using the AsRef<str>
implementation of the type.