pub fn bind<P>(path: P) -> Result<Listener>where P: AsRef<Path>,
Create a new unix domain socket listener and bind it to path.
path