Skip to main content

run_invite_create

Function run_invite_create 

Source
pub async fn run_invite_create<S>(
    args: &InviteCreateArgs,
    store: &S,
) -> Result<(Invite, String)>
where S: InviteStore + ?Sized,
Expand description

Run invite create. Returns the minted invite and the final invite URL so the binary can print both in one step and tests can assert on the URL’s shape.