A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/rust-lang/rust/issues/80996 below:

Tracking Issue for bound_as_ref · Issue #80996 · rust-lang/rust · GitHub

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.

Public API
impl<T> Bound<T> {
  pub fn as_ref(&self) -> Bound<&T>;
  pub fn as_mut(&mut self) -> Bound<&mut T>;
}
Steps / History Unresolved Questions

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