[][src]Trait sbp::OutOfSpaceError

pub trait OutOfSpaceError {
    fn additional_required_bytes(&self) -> Option<NonZeroUsize>;
}

An error that may be caused by insufficient bytes.

Required methods

Loading content...

Implementors

Loading content...