Skip to main content

OptionExt

Trait OptionExt 

Source
trait OptionExt<T> {
    // Required method
    fn transpose(self) -> Spanned<Option<T>> ;
}
Available on (crate features formatting or parsing) and crate feature alloc only.

Required Methods§

Implementations on Foreign Types§

Source§

impl<T> OptionExt<T> for Option<Spanned<T>>

Implementors§