[][src]Trait rust_webvr_api::vr_service::VRServiceCreator

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

Required methods

fn new_service(&self) -> Box<dyn VRService>

Loading content...

Implementors

Loading content...