pub type PhantomBound<'big, 'small> = PhantomData<&'small &'big ()>;
Expand description
Just ignore this type, it’s only there to make compiler happy
See https://users.rust-lang.org/t/argument-requires-that-is-borrowed-for-static/66503/2?u=yandros for details.
Aliased Type§
struct PhantomBound<'big, 'small>;