[][src]Trait koibumi_core::io::LimitedReadFrom

pub trait LimitedReadFrom {
    fn limited_read_from(r: &mut dyn Read, max_len: usize) -> Result<Self>
    where
        Self: Sized
; }

Provides a method that reads this object as a Bitmessage entity from a reader with a limited item count.

Required methods

fn limited_read_from(r: &mut dyn Read, max_len: usize) -> Result<Self> where
    Self: Sized

Reads this object as a Bitmessage entity from a reader with a limited item count.

Loading content...

Implementors

impl LimitedReadFrom for ErrorText[src]

impl LimitedReadFrom for UserAgent[src]

impl LimitedReadFrom for VarIntList[src]

impl LimitedReadFrom for VarStr[src]

Loading content...