Trait specinfra::platform::platform::Platform [] [src]

pub trait Platform: PlatformClone {
    fn new() -> Self
    where
        Self: Sized
;
fn inline_detector(&self) -> Option<Box<Platform>>;
fn shell_detector(&self, _: &Backend) -> Option<Box<Platform>>;
fn get_provider(&self) -> Box<Provider>; }

Required Methods

Implementors