Docs.rs
perspective-viewer-3.7.2
perspective-viewer 3.7.2
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
texodus
Dependencies
async-lock ^2.5.0
normal
base64 ^0.13.0
normal
chrono ^0.4
normal
derivative ^2.2.0
normal
extend ^1.1.2
normal
flate2 ^1.0.20
normal
futures ^0.3.28
normal
itertools ^0.10.1
normal
js-intern ^0.3.1
normal
js-sys ^0.3.77
normal
nom ^7.1.1
normal
perspective-client ^3.7.2
normal
perspective-js ^3.7.2
normal
rmp-serde ^1.3.0
normal
serde ^1.0
normal
serde-wasm-bindgen ^0.6.0
normal
serde_bytes ^0.11
normal
serde_json ^1.0.107
normal
serde_with ^3.6.1
normal
strum ^0.26.1
normal
thiserror ^1.0.55
normal
tracing >=0.1.36
normal
tracing-subscriber ^0.3.15
normal
ts-rs ^11.0.1
normal
wasm-bindgen =0.2.100
normal
wasm-bindgen-derive ^0.3.0
normal
wasm-bindgen-futures ^0.4.41
normal
web-sys ^0.3.77
normal
yew ^0.21.0
normal
wasm-bindgen-test ^0.3.13
dev
anyhow ^1.0.66
build
glob ^0.3.0
build
procss ^0.1.17
build
serde_json ^1.0.59
build
Versions
9.93%
of the crate is documented
Go to latest version
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
perspective_
viewer
3.7.2
View
Config
Ext
Required Methods
as_jsvalue
Implementations on Foreign Types
ViewConfig
Implementors
In perspective_
viewer::
config::
view_
config
perspective_viewer
::
config
::
view_config
Trait
ViewConfigExt
Copy item path
Source
pub trait ViewConfigExt { // Required method fn
as_jsvalue
(&self) -> ApiResult<
JsValue
>; }
Required Methods
§
Source
fn
as_jsvalue
(&self) -> ApiResult<
JsValue
>
Implementations on Foreign Types
§
Source
§
impl
ViewConfigExt
for
ViewConfig
Source
§
fn
as_jsvalue
(&self) -> ApiResult<
JsValue
>
Implementors
§