SafeBuffer::get_root() returns a SafeTable, which is pub and its methods are pub, but it is not visible from outside the crate since it's in a private module. This means it can be used but cannot be named (so cannot be a function argument or struct field).
SafeBuffer::get_root() returns a
SafeTable, which ispuband its methods arepub, but it is not visible from outside the crate since it's in a private module. This means it can be used but cannot be named (so cannot be a function argument or struct field).