fastn_jdebug/
lib.rs

1
2
3
pub trait JDebug {
    fn debug(&self, source: &str) -> serde_json::Value;
}