Trait zebra_network::protocol::external::types::ParameterMagic

source ·
pub(crate) trait ParameterMagic {
    // Required method
    fn magic_value(&self) -> Magic;
}

Required Methods§

Implementations on Foreign Types§

source§

impl ParameterMagic for Network

source§

fn magic_value(&self) -> Magic

Get the magic value associated to this Network.

Implementors§