pub trait BorrowAccountSession<AccountId, Fields> {
// Required method
fn borrow_account_session(
&self
) -> Option<&AccountSession<AccountId, Fields>>;
}pub trait BorrowAccountSession<AccountId, Fields> {
// Required method
fn borrow_account_session(
&self
) -> Option<&AccountSession<AccountId, Fields>>;
}