Skip to main content

CustomInspect

Trait CustomInspect 

Source
pub trait CustomInspect<'js>
where Self: JsClass<'js>,
{ // Required method fn custom_inspect(&self, ctx: Ctx<'js>) -> Result<Object<'js>>; }

Required Methods§

Source

fn custom_inspect(&self, ctx: Ctx<'js>) -> Result<Object<'js>>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§