[][src]Trait memory_slice::AsMemory

pub trait AsMemory {
    fn as_memory(&self) -> &Memory { ... }
}

Enable conversion of any type to a constant memory slice

This trait is implemented for every sized type and slices

Provided methods

fn as_memory(&self) -> &Memory

Loading content...

Implementors

impl<T: ?Sized> AsMemory for T[src]

Loading content...