pub trait Hub { }
Expand description

Identifies the Hub. There is only one per library, this trait is supposed to make intended use more explicit. The hub allows to access all resource methods more easily.

Implementors§

source§

impl<'a, C, A> Hub for Discovery<C, A>