Trait ReadNumberHelper

pub(in ::net::parser) trait ReadNumberHelper: Sized

Associated Constants

const ZERO: Self;

Required Methods

fn checked_mul(&self, other: u32) -> Option<Self>
fn checked_add(&self, other: u32) -> Option<Self>

Implementors