Docs.rs
ss-web-utils-0.1.1
ss-web-utils 0.1.1
Docs.rs crate page
AGPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
colbyn
Dependencies
cached ^0.8.0
normal
either ^1.5.2
normal
js-sys ^0.3.20
normal
serde ^1.0.89
normal
serde_json ^1.0.39
normal
wasm-bindgen ^0.2.43
normal
web-sys ^0.3.20
normal
Versions
0.97%
of the crate is documented
This release has been yanked
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
ss_
web_
utils
0.1.1
Loggable
Required Methods
to_js_value
Implementations on Foreign Types
&JsValue
&str
JsValue
String
Implementors
In ss_
web_
utils::
js::
console
ss_web_utils
::
js
::
console
Trait
Loggable
Copy item path
Source
pub trait Loggable { // Required method fn
to_js_value
(&self) ->
Either
<
JsValue
, &
JsValue
>; }
Required Methods
§
Source
fn
to_js_value
(&self) ->
Either
<
JsValue
, &
JsValue
>
Implementations on Foreign Types
§
Source
§
impl
Loggable
for &
str
Source
§
fn
to_js_value
(&self) ->
Either
<
JsValue
, &
JsValue
>
Source
§
impl
Loggable
for &
JsValue
Source
§
fn
to_js_value
(&self) ->
Either
<
JsValue
, &
JsValue
>
Source
§
impl
Loggable
for
String
Source
§
fn
to_js_value
(&self) ->
Either
<
JsValue
, &
JsValue
>
Source
§
impl
Loggable
for
JsValue
Source
§
fn
to_js_value
(&self) ->
Either
<
JsValue
, &
JsValue
>
Implementors
§