Skip to main content

vof

Function vof 

Source
pub fn vof<T, E>(val: Option<T>, default: E) -> T
where T: From<E>,