[][src]Trait playbook_api::systems::Infrastructure

pub trait Infrastructure {
    fn start<I>(&self, _: Context, _: I) -> Result<String, TaskError>
    where
        I: IntoIterator,
        I::Item: AsRef<OsStr>
; }

Required methods

fn start<I>(&self, _: Context, _: I) -> Result<String, TaskError> where
    I: IntoIterator,
    I::Item: AsRef<OsStr>, 

Loading content...

Implementors

impl Infrastructure for SupportedInfrastructure[src]

impl Infrastructure for Docker[src]

Loading content...