Trait sway_core::language::ty::GetDeclRef
source · pub trait GetDeclRef {
// Required method
fn get_decl_ref(&self) -> Option<DeclRef>;
}
pub trait GetDeclRef {
// Required method
fn get_decl_ref(&self) -> Option<DeclRef>;
}