Module owned_slice

Source
Expand description

A replacement for Box<[T]> that cbindgen can understand.

Structsยง

OwnedSlice
A struct that basically replaces a Box<[T]>, but which cbindgen can understand.