pub fn create<T: Value>(options: T) -> impl Options<T>
Creates a wrapper around a value to return itself as Options.
Options
options