pub type PortfolioInfoOf<T> = Vec<(<T as Config>::LoanId, ActiveLoanInfo<T>)>;

Aliased Type§

struct PortfolioInfoOf<T> { /* private fields */ }