Function docker_compose::v2::raw [] [src]

pub fn raw<T, S>(s: S) -> Result<RawOr<T>, InterpolationError> where T: InterpolatableValue, S: Into<String>

Convert a raw string containing variable interpolations into a RawOr<T> value. See RawOr<T> for examples of how to use this API.