pub fn IfSome<'item, T: 'item, R: Render + 'item>( option: &'item Option<T>, callback: impl Fn(&T) -> R + 'item, ) -> impl Render + 'item