Function docker_compose::v2::escape [] [src]

pub fn escape<T, S>(s: S) -> Result<RawOr<T>, InterpolationError> where T: InterpolatableValue, S: AsRef<str>

Escape a string and convert it into a RawOr<T> value. See RawOr<T> for examples of how to use this API.