ClientPortalStore

Trait ClientPortalStore 

Source
pub trait ClientPortalStore {
    type PortalStore;

    // Required method
    fn portal_store(&self) -> &Self::PortalStore;
}
Expand description

Client Portal Store

Required Associated Types§

Required Methods§

Source

fn portal_store(&self) -> &Self::PortalStore

Implementations on Foreign Types§

Source§

impl<T, S> ClientPortalStore for Framed<T, PgWireMessageServerCodec<S>>

Implementors§