mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-03-20 04:24:19 -04:00
This was using PhantomData to enforce lifetimes + raw pointers. Simpler to convert to a reference. This also enforces non-null.
This was using PhantomData to enforce lifetimes + raw pointers. Simpler to convert to a reference. This also enforces non-null.