Trait rust_webvr::vr_service::VRServiceCreator [] [src]

pub trait VRServiceCreator {
    fn new_service(&self) -> Box<VRService>;
}

Required Methods

Implementors