Struct spacetimedb_lib::buffer::Cursor
source · pub struct Cursor<B> {
pub buf: B,
pub pos: Cell<usize>,
}Fields§
§buf: B§pos: Cell<usize>pub struct Cursor<B> {
pub buf: B,
pub pos: Cell<usize>,
}buf: B§pos: Cell<usize>