Trait docker_compose::v2::InterpolateAll [] [src]

pub trait InterpolateAll {
    fn interpolate_all(&mut self) -> Result<()InterpolationError> { ... }
}

Support for environment variable interpolation.

Provided Methods

Recursively walk over this type, interpolating all RawOr values containing references to the environment. The default implementation leaves a value unchanged.

Implementors