Function get_reader
Source pub fn get_reader<M: Memory>(memory: &M) -> impl Read + '_
Expand description
Creates a new buffered reader for stable memory.
§Arguments
memory - The stable memory to use
§Returns
A Read implementation that allows reading data from stable memory