Trait rqjs_cli::utils::class::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>>

Object Safety§

This trait is not object safe.

Implementors§