(&self)
| 266 | } |
| 267 | impl<T: DeviceCopy> AsRef<T> for UnifiedBox<T> { |
| 268 | fn as_ref(&self) -> &T { |
| 269 | &**self |
| 270 | } |
| 271 | } |
| 272 | impl<T: DeviceCopy> AsMut<T> for UnifiedBox<T> { |
| 273 | fn as_mut(&mut self) -> &mut T { |
no outgoing calls
no test coverage detected