Trait ConstGenericExt

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

Required Methods§

Source

fn resolve_int(&self, ctx: &Context<'_>) -> Result<BigInt>

Implementations on Foreign Types§

Source§

impl ConstGenericExt for Loc<ConstGenericWithId>

Source§

fn resolve_int(&self, ctx: &Context<'_>) -> Result<BigInt>

Implementors§