~const AsRef 是代表什么类型

💡 原文中文,约100字,阅读约需1分钟。
📝

内容提要

如果去掉 const 能知道是为 as_ref 能连续调用.加上~const 是指什么? #[stable(feature = "rust1", since = "1.0.0")] #[rustc_const_unstable(feature = "const_convert", issue = "88674")] impl<T: ?Sized, U: ?Sized> const...

➡️

继续阅读