Function compose_yml::v2::escape [] [src]

pub fn escape<T, S>(s: S) -> Result<RawOr<T>> 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.