jaxonwang / crayfish

An APGAS programming framework in Rust
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

RemoteSend auto impl handle PhantomData #18

Open jaxonwang opened 3 years ago

jaxonwang commented 3 years ago

Current implementation restrains each Type parameter of struct to be "RemoteSend". Serde seems to be able to detect that.