pub fn collect_params<'db, T>(value: &T) -> Vec<TypeOrConstParamId>where
T: ?Sized + TypeVisitable<DbInterner<'db>>,Expand description
Returns unique params for types and consts contained in value.
pub fn collect_params<'db, T>(value: &T) -> Vec<TypeOrConstParamId>where
T: ?Sized + TypeVisitable<DbInterner<'db>>,Returns unique params for types and consts contained in value.