Function juice::util::native_backend

source ·
pub fn native_backend() -> Backend<Native>
Expand description

Create a simple native backend.

This is handy when you need to sync data to host memory to read/write it.