pub fn stable_bytes() -> Vec<u8>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
    A: Allocator
Expand description

Returns a copy of the stable memory.

This will map the whole memory (even if not all of it has been written to).