pub fn from_nothing<'de, T>() -> Option<T> where
    T: Deserialize<'de>, 
Expand description

Returns some “nothing” value of the type. Or none if failed to create one.