[][src]Type Definition feast::input::InputToken

type InputToken<'i, I> = <I as Input<'i>>::Token;

Helper to reference an Input's Token type.