Type Alias PrefixAllowedFunction

Source
pub type PrefixAllowedFunction<'a> = &'a dyn Fn(i64, &Tensor) -> Vec<i64>;