[][src]Trait serde_traitobject::FnMut

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

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.

Implementors

impl<T: ?Sized, Args> FnMut<Args> for T where
    T: FnMut<Args> + Serialize + Deserialize
[src]

Loading content...