pub trait ToOptional<T> {
    fn to_optional(&self) -> Option<T>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§