We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
use
ToOwned
1 parent 5204f68 commit 6a3d131Copy full SHA for 6a3d131
src/impl_ref_types.rs
@@ -29,6 +29,7 @@
29
//! This allows users to write a single method or trait implementation that takes `T: AsRef<RawRef<A, D>>`
30
//! or `T: AsRef<LayoutRef<A, D>>` and have that functionality work on any of the relevant array types.
31
32
+use alloc::borrow::ToOwned;
33
use core::{
34
borrow::{Borrow, BorrowMut},
35
ops::{Deref, DerefMut},
0 commit comments