Feature gate: #![feature(bound_as_ref)]
This is a tracking issue for providing as_ref
and as_mut
on bound. These methods mirror similar methods on the Option
type.
impl<T> Bound<T> { pub fn as_ref(&self) -> Bound<&T>; pub fn as_mut(&mut self) -> Bound<&mut T>; }Steps / History
kpozin, sanpii, luaneko and joseluis
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4