Trait rust_webvr::vr_service::VRServiceCreator
[−]
[src]
pub trait VRServiceCreator {
fn new_service(&self) -> Box<VRService>;
}
Required Methods
fn new_service(&self) -> Box<VRService>
Implementors
impl VRServiceCreator for MockServiceCreator