[][src]Function compose_yml::v2::raw

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