pub fn decode_invite_code_info(
code: &str,
) -> Result<InviteCodeInfo, JoinCodeError>Expand description
Decode an invite code and return UI-ready info.
pub fn decode_invite_code_info(
code: &str,
) -> Result<InviteCodeInfo, JoinCodeError>Decode an invite code and return UI-ready info.