mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-04-10 22:47:56 -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.