[][src]Trait koibumi_core::io::LenBm

pub trait LenBm {
    pub fn len_bm(&self) -> usize;
}

Provides a method that returns the object's byte length when serialized as a Bitmessage entity.

Required methods

pub fn len_bm(&self) -> usize[src]

Returns the object's byte length when serialized as a Bitmessage entity.

Loading content...

Implementations on Foreign Types

impl LenBm for u32[src]

impl LenBm for u64[src]

Loading content...

Implementors

impl LenBm for StreamNumber[src]

impl LenBm for Signature[src]

impl LenBm for Header[src]

impl LenBm for ObjectType[src]

impl LenBm for ObjectVersion[src]

impl LenBm for Tag[src]

impl LenBm for Nonce[src]

impl LenBm for Time[src]

impl LenBm for VarInt[src]

Loading content...