[][src]Trait the_process_foundry::base::LocalTrait

pub trait LocalTrait {
    fn get_local() -> Result<AppInstance>;
}

An app running on the local system (eg: bash shell)

Required methods

fn get_local() -> Result<AppInstance>

Get a local instance of the given app

Loading content...

Implementors

impl LocalTrait for Bash[src]

Loading content...