pub(crate) trait ConstGenericExt { // Required method fn resolve_int(&self, ctx: &Context<'_>) -> Result<BigInt>; }