pub trait DebugProps {
    fn as_debug_props(&self) -> Option<JsValue>;
}

Required methods

Implementations on Foreign Types

Implementors