from_slice

Function from_slice 

Source
pub fn from_slice<I>(input: &[I]) -> Box<dyn Read>
where I: AsRef<str>,