pub trait RuntimeBuffer: Send + Sync { // Required method fn len(&self) -> usize; // Provided method fn is_empty(&self) -> bool { ... } }
Vector storage owned by a Runtime.
Runtime
Return the number of complex elements.
Return whether the buffer has no elements.