Function oc_wasm_safe::computer::acl_next_len[][src]

pub fn acl_next_len() -> Option<NonZeroUsize>
Expand description

Returns the length, in bytes, of the Minecraft username of the next allowed user in the ACL.

If there is no next entry, None is returned.

Panics

This function panics if the underlying syscall fails, because the only reasons it could fail should be impossible due to the type system.