via_reader

Function via_reader 

Source
pub fn via_reader<T: Into<B> + Clone + 'static>(
    r: impl FnMut() -> T + 'static,
) -> B