Closed sunjay closed 5 years ago
Fixes #139. Just using #[derive(Clone)] does not work for reasons explained in the issue comments.
#[derive(Clone)]
Thank you for your contribution.
Fixes #139. Just using
#[derive(Clone)]
does not work for reasons explained in the issue comments.