Function lrp::to_tokens

source ·
pub fn to_tokens<T: Clone>(
    it: impl IntoIterator<Item = T>
) -> impl Iterator<Item = Token<(), T>>