Trait hadean::FnSerialize [] [src]

pub trait FnSerialize<T>: Fn<T> { }

Trait to allow automatically generated closure structs to be sent over a channel, should be managed by the closure macro.

Implementors