Trait atrium_api::com::atproto::server::create_invite_code::CreateInviteCode
source · pub trait CreateInviteCode: XrpcClient {
// Provided method
fn create_invite_code<'life0, 'async_trait>(
&'life0 self,
input: Input
) -> Pin<Box<dyn Future<Output = Result<Output, Box<dyn Error>>> + Send + 'async_trait>>
where Self: Sync + 'async_trait,
'life0: 'async_trait { ... }
}Expand description
com.atproto.server.createInviteCode
Create an invite code.