pub fn get_abi(
    db: &(dyn SemanticGroup + 'static),
    contract: &ContractDeclaration
) -> Result<TraitId>
Expand description

Returns the ABI trait of the given contract.