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

Trait for callables that can be called by mutable reference. More...

Detailed Description

template<typename T>
struct rstd::FnMut< T >

Trait for callables that can be called by mutable reference.

Template Parameters
TA function signature, e.g. R(Args...).

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