Trait core::ops::BoxPlace [] [src]

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

Specialization of Place trait supporting box EXPR.

Required Methods

fn make_place() -> Self

Unstable

Creates a globally fresh place.

Implementors