Trait enso_prelude::Unwrap[][src]

pub trait Unwrap: HasSizedContent {
    fn unwrap(self) -> Self::Content;
}
Expand description

Unwraps the content by consuming this value.

Required methods

fn unwrap(self) -> Self::Content[src]

Unwraps the content by consuming this value.

Implementors