Trait linuxkit_utils::env_subst::EnvSubst[][src]

pub trait EnvSubst: Sized {
    fn env_subst(
        &self,
        context: &HashMap<String, String>
    ) -> Result<Self, SubstError>; }

Required methods

Implementations on Foreign Types

Implementors