connect

Function connect 

Source
pub fn connect() -> Result<BronziteClient>
Expand description

Try to connect to an existing daemon, or return an error if not running.

This is the recommended entry point for proc-macros, as it provides clear error messages if the daemon isn’t running.