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

Unwraps the content by consuming this value.

Implementors