Trait bitcoin_net::Complete

source ·
pub trait Complete {
    fn complete(&self) -> bool;
}

Required Methods§

| returns true if the current deserialization | is complete |

Implementors§