Struct tk_cantal::Connection [] [src]

pub struct Connection { /* fields omitted */ }

Connection abstraction used to fetch data from the cantal

Internally this structure contains a connection pool that reconnects when connection is broken.

Methods

impl Connection
[src]

[src]

Start a request that returns a list of peers known to cantal

Trait Implementations

impl Debug for Connection
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Connection

impl !Sync for Connection