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

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

Required methods

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

Loading content...

Implementors

impl VRServiceCreator for MockServiceCreator[src]

Loading content...