pub trait BoxPlace<Data>: Place<Data> where Data: ?Sized, { fn make_place() -> Self; }
Specialization of Place
trait supporting box EXPR
.
fn make_place() -> Self
Creates a globally fresh place.
impl<T> BoxPlace<T> for IntermediateBox<T>
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/ops/trait.BoxPlace.html