of

Function of 

Source
pub fn of<T>(val: T) -> impl New<Output = T>
Expand description

Constructs a New value using a given value val.