[][src]Trait unflatten::Unflatten

pub trait Unflatten: Sealed + Sized {
    fn unflatten(self) -> Option<Self> { ... }
}

Provided methods

fn unflatten(self) -> Option<Self>

Loading content...

Implementations on Foreign Types

impl<T> Unflatten for Option<T>[src]

Loading content...

Implementors

Loading content...