Module neon::types::buffer

source ·
Expand description

Types and traits for working with binary buffers.

Structs§

Traits§

  • A marker trait for all possible element types of binary buffers.
  • A trait allowing Rust to borrow binary data from the memory buffer of JavaScript typed arrays.