|
rstd 0.1.0
|
Trait for cheaply borrowing data as an immutable reference to T. More...
Trait for cheaply borrowing data as an immutable reference to T.
Implementors provide:
as_ref() const noexcept -> ref<T> : Returns a read-only reference to the inner T. | T | The target reference type. |