std::ops::BoxPlace

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部