pub fn load_optional<T>(current: &mut T, loaded: Option<T>)
Expand description

Helper for loading an optional value.