Function docker_compose::v2::value [] [src]

pub fn value<T>(v: T) -> RawOr<T> where T: InterpolatableValue

Convert a value into a RawOr<T> value, taking ownership of the original value. See RawOr<T> for examples of how to use this API.