[][src]Trait env_applier::EnvApply

pub trait EnvApply {
    fn apply(text: String) -> String;
}

Required methods

fn apply(text: String) -> String

Apply environment variables on a string.

Loading content...

Implementations on Foreign Types

impl EnvApply for Vars[src]

Apply environment variables on a string.

impl EnvApply for VarsOs[src]

Apply OS environment variables on a string.

Loading content...

Implementors

Loading content...