Closed ConnorGray closed 2 years ago
This PR removes older code that worked around the inability to have private or unsafe ref-cast methods (ref-cast #9), and replaces it with the fancy new #[ref_cast_custom] macro introduced in ref-cast #35.
unsafe
#[ref_cast_custom]
This PR removes older code that worked around the inability to have private or
unsafe
ref-cast methods (ref-cast #9), and replaces it with the fancy new#[ref_cast_custom]
macro introduced in ref-cast #35.