1use core::marker::PhantomData; 2 3pub struct RedirectLookup<Key, Components>(pub PhantomData<(Key, Components)>);