Trait chalk_ir::AsParameters[][src]

pub trait AsParameters<I: Interner> {
    fn as_parameters(&self, interner: &I) -> &[GenericArg<I>]
Notable traits for &'_ mut [u8]
impl<'_> Write for &'_ mut [u8]impl<'_> Read for &'_ [u8]
; }
Expand description

Convert a value to a list of parameters.

Required methods

Convert the current value to parameters.

Implementations on Foreign Types

Implementors