[][src]Function mint_template_engine::take2

pub fn take2<I, T>(x: &mut I) -> Option<(T, T)> where
    I: Iterator<Item = T>,