pub trait InviteLinkClientExt {
// Required method
fn invite_link(&self) -> InviteLinkClient;
}Expand description
Extension trait that exposes InviteLinkClient on [Client].
Required Methods§
Sourcefn invite_link(&self) -> InviteLinkClient
fn invite_link(&self) -> InviteLinkClient
Returns an InviteLinkClient backed by this client’s key store.