Struct neon::types::buffer::BorrowError [−][src]
pub struct BorrowError { /* fields omitted */ }Expand description
An error returned by TypedArray::try_borrow or TypedArray::try_borrow_mut indicating
that a mutable borrow would overlap with another borrow.
BorrowError may be converted to an exception with ResultExt::or_throw.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.