Struct rusqbin::server::BinsServer [] [src]

pub struct BinsServer<T> where
    T: Bins + Send + 'static, 
{ pub address: String, pub port: usize, pub storage: Arc<Mutex<T>>, }

Holds details about the current running server

Fields

Methods

impl<T> BinsServer<T> where
    T: Bins + Send + 'static, 
[src]

Starts a BinsServer.