https://github.com/slide-rs/pulse/blob/8cbe16c0198648ef32907456ff48b0cc17f20402/src/lib.rs#L175 I'm not sure how much sense this constructor makes, the `usize` had to be a pointer to a value in the heap, which has been allocated by `Box`.
pulse/src/lib.rs
Line 175 in 8cbe16c
I'm not sure how much sense this constructor makes, the
usizehad to be a pointer to a value in the heap, which has been allocated byBox.