Trait up_rs::tasks::ResolveEnv[][src]

pub trait ResolveEnv {
    fn resolve_env<F>(&mut self, _env_fn: F) -> Result<()>
    where
        F: Fn(&str) -> Result<String>
, { ... } }

Provided methods

fn resolve_env<F>(&mut self, _env_fn: F) -> Result<()> where
    F: Fn(&str) -> Result<String>, 
[src]

Expand env vars in self by running enf_fn() on its component strings.

Errors

resolve_env() should return any errors returned by the enf_fn().

Loading content...

Implementations on Foreign Types

impl ResolveEnv for Vec<GenerateGitConfig>[src]

impl ResolveEnv for Vec<GitConfig>[src]

Loading content...

Implementors

Loading content...