W3cubDocs

/Rust

Trait std::ops::BoxPlace

pub trait BoxPlace<Data>: Place<Data> where    Data: ?Sized, {
    fn make_place() -> Self;
}
🔬 This is a nightly-only experimental API. (placement_new_protocol #27779)

Specialization of Place trait supporting box EXPR.

Required Methods

🔬 This is a nightly-only experimental API. (placement_new_protocol #27779)

Creates a globally fresh place.

Implementors

© 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