Trait std::ops::BoxPlace  
                   
                       [−]
                   
               [src]
pub trait BoxPlace<Data>: Place<Data> where
    Data: ?Sized, {
    fn make_place() -> Self;
}Specialization of Place trait supporting box EXPR.
Required Methods
Implementors
- impl<T> BoxPlace<T> for IntermediateBox<T>