Type Alias OptionalOption

Source
pub type OptionalOption<T = PyObjectRef> = OptionalArg<Option<T>>;

Aliased Type§

enum OptionalOption<T = PyObjectRef> {
    Present(Option<T>),
    Missing,
}

Variants§

§

Present(Option<T>)

§

Missing

Implementations§

Source§

impl<T> OptionalOption<T>

Source

pub fn flatten(self) -> Option<T>

Morty Proxy This is a proxified and sanitized view of the page, visit original site.