Skip to content

Instantly share code, notes, and snippets.

@DonghyungKo
Created April 12, 2021 13:17
Show Gist options
  • Save DonghyungKo/a20e63897760c6d0695b4f7cc43e0746 to your computer and use it in GitHub Desktop.
Save DonghyungKo/a20e63897760c6d0695b4f7cc43e0746 to your computer and use it in GitHub Desktop.
pub struct Unique<T: ?Sized> {
ptr: *const T,
_marker: PhantomData<T>,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment