rstd 0.1.0
Loading...
Searching...
No Matches
rstd::convert::AsMut< T > Struct Template Referenceexport
module rstd.core

Trait for cheaply borrowing data as a mutable reference to T. More...

Detailed Description

template<typename T>
struct rstd::convert::AsMut< T >

Trait for cheaply borrowing data as a mutable reference to T.

Implementors provide:

  • as_mut() noexcept -> ref<T> : Returns a mutable reference to the inner T.
    Template Parameters
    TThe target reference type.

The documentation for this struct was generated from the following file: