[][src]Trait koibumi_core::io::SizedReadFrom

pub trait SizedReadFrom {
    pub fn sized_read_from(r: &mut dyn Read, len: usize) -> Result<Self>
    where
        Self: Sized
; }

Provides a method that reads this object as a Bitmessage entity from a reader with a specified byte length.

Required methods

pub fn sized_read_from(r: &mut dyn Read, len: usize) -> Result<Self> where
    Self: Sized
[src]

Reads this object as a Bitmessage entity from a reader with a specified byte length.

Loading content...

Implementations on Foreign Types

impl SizedReadFrom for Vec<u8>[src]

Loading content...

Implementors

impl SizedReadFrom for Encrypted[src]

impl SizedReadFrom for Object[src]

impl SizedReadFrom for Ping[src]

impl SizedReadFrom for Pong[src]

impl SizedReadFrom for BroadcastV4[src]

impl SizedReadFrom for BroadcastV5[src]

impl SizedReadFrom for Msg[src]

impl SizedReadFrom for Onionpeer[src]

Loading content...