Trait elrond::SymbolProtection [] [src]

pub trait SymbolProtection {
    fn get_sym_protection(&self) -> SymProt;

    fn is_default(&self) -> bool { ... }
fn is_internal(&self) -> bool { ... }
fn is_hidden(&self) -> bool { ... }
fn is_protected(&self) -> bool { ... }
fn is_unknown(&self) -> bool { ... }
fn get_unknown(&self) -> Option<u8> { ... } }

Required Methods

Provided Methods

Implementors