Trait core::ops::BoxPlace  
                   
                       [−]
                   
               [src]
pub trait BoxPlace<Data: ?Sized>: Place<Data> {
    fn make_place() -> Self;
}Unstable (
placement_new_protocol #27779)Specialization of Place trait supporting box EXPR.