change as_client_bytes to be more useful #73
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ItemDetail::as_client_bytes
should return([u8; 12], [u8; 4])
to go along with how pso splits those two fields in structures. this would allow the removal of a lot of error handling/unwraps when usingtry_into
to convert the slices into arrays.