pub trait SetBip152HighBandwidthFrom {
    // Required method
    fn set_bip152_highbandwidth_from(&mut self, x: bool);
}

Required Methods§

Implementors§