所有权令牌模块
实现 FrameToken 所有权令牌,通过 PhantomData<*const ()> 在编译期保证 所有权唯一,防止资源被复制或伪造(!Copy + !Clone)。
PhantomData<*const ()>