pub trait ClientPortalStore {
type PortalStore;
// Required method
fn portal_store(&self) -> &Self::PortalStore;
}Expand description
Client Portal Store
pub trait ClientPortalStore {
type PortalStore;
// Required method
fn portal_store(&self) -> &Self::PortalStore;
}Client Portal Store