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

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

Specialization of Place trait supporting box EXPR.

Required Methods

fn make_place() -> Self

Unstable (placement_new_protocol #27779)

Creates a globally fresh place.

Implementors