Docs.rs
rust-webvr-api-0.17.0
rust-webvr-api 0.17.0
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:servo:cargo-publish
MortimerGoro
Dependencies
ipc-channel ^0.14
normal
optional
serde ^1.0
normal
optional
serde_derive ^1.0
normal
optional
sparkle ^0.1
normal
time ^0.1
normal
optional
android_injected_glue ^0.2.2
normal
optional
Versions
40.11%
of the crate is documented
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
rust_
webvr_
api
0.17.0
VRService
Creator
Required Methods
new_service
Implementors
In rust_
webvr_
api::
vr_
service
rust_webvr_api
::
vr_service
Trait
VRServiceCreator
Copy item path
Source
pub trait VRServiceCreator { // Required method fn
new_service
(&self) ->
Box
<dyn
VRService
>; }
Required Methods
§
Source
fn
new_service
(&self) ->
Box
<dyn
VRService
>
Implementors
§