Trait Loggable

Source
pub trait Loggable {
    // Required method
    fn to_js_value(&self) -> Either<JsValue, &JsValue>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl Loggable for &str

Source§

impl Loggable for &JsValue

Source§

impl Loggable for String

Source§

impl Loggable for JsValue

Implementors§