Trait chalk_ir::AsParameters[][src]

pub trait AsParameters<I: Interner> {
    fn as_parameters(&self, interner: &I) -> &[GenericArg<I>];
}
Expand description

Convert a value to a list of parameters.

Required methods

Convert the current value to parameters.

Implementations on Foreign Types

Implementors