Function options::create

source ·
pub fn create<T>(options: T) -> impl Options<T>
Expand description

Creates a wrapper around a value to return itself as Options.

Arguments

  • options - The options value to wrap.