Adding in Clone derive for Sender

This commit is contained in:
Pauan 2018-03-02 04:28:36 -10:00
parent d99dbbbee8
commit bccc3b1113
1 changed files with 1 additions and 0 deletions

View File

@ -438,6 +438,7 @@ pub mod unsync {
}
#[derive(Clone)]
pub struct Sender<A> {
inner: Weak<RefCell<Inner<A>>>,
}