Skip to main content

InviteLinkClientExt

Trait InviteLinkClientExt 

Source
pub trait InviteLinkClientExt {
    // Required method
    fn invite_link(&self) -> InviteLinkClient;
}
Expand description

Extension trait that exposes InviteLinkClient on [Client].

Required Methods§

Returns an InviteLinkClient backed by this client’s key store.

Implementations on Foreign Types§

Source§

impl InviteLinkClientExt for Client

Implementors§