espresso-sequencer
espresso-sequencer copied to clipboard
refactor(types): restrict visibility of NsPayloadByteLen::from_usize
Restrict the visibility of NsPayloadByteLen::from_usize method to crate-level since it's only used internally within the crate. This improves encapsulation and removes a TODO comment.
- Changed visibility from
pubtopub(crate) - Removed TODO comment about visibility restriction