[][src]Function serde_fmt::to_debug

pub fn to_debug<T>(v: T) -> ToDebug<T> where
    T: Serialize

Treat a type implementing serde::Serialize like a type implementing std::fmt::Debug.