Trait std::ops::BoxPlace [] [src]

pub trait BoxPlace<Data>: Place<Data> where Data: ?Sized {
    fn make_place() -> Self;
}
Unstable

Specialization of Place`Placetrait supportingbox EXPR`.

Required Methods

fn make_place() -> Self

Unstable

Creates a globally fresh place.

Implementors