Trait enso_prelude::Wrap[][src]

pub trait Wrap: HasSizedContent {
    fn wrap(t: Self::Content) -> Self;
}
Expand description

Wrapping utility for values.

Required methods

Wraps the value and returns the wrapped type.

Implementations on Foreign Types

Implementors