Trait sway_core::language::ty::GetDeclIdent

source ·
pub trait GetDeclIdent {
    // Required method
    fn get_decl_ident(&self) -> Option<Ident>;
}

Required Methods§

Implementors§