handle_link

Function handle_link 

Source
pub async fn handle_link(
    server_addr: &str,
    code: &str,
) -> Result<(String, String), MineChatError>
👎Deprecated since 0.1.1: use link_with_server instead
Expand description

Handles linking with the server. The same as link_with_server.

Deprecated, use link_with_server instead, as it has a more descriptive and self-explaining name.