pub trait FnMut<Args: Tuple>: FnMut<Args> + Serialize + Deserialize { }
Expand description

A convenience trait implemented on all (de)serializable implementors of std::ops::FnMut.

It can be made into a trait object which is then (de)serializable.

Trait Implementations§

Converts this type into a shared reference of the (usually inferred) input type.
Converts this type into a shared reference of the (usually inferred) input type.
Deserialize this value from the given Serde deserializer. Read more
Deserialize this value from the given Serde deserializer. Read more
Serialize this value into the given Serde serializer. Read more
Serialize this value into the given Serde serializer. Read more

Implementors§