Function printer_server::init_session
source · pub async fn init_session(
hash: &PasswordHash,
reader: BufReader<RecvStream>
) -> Result<Vec<u8>>Expand description
Attempts to create a session. Fails if password doesn’t match
pub async fn init_session(
hash: &PasswordHash,
reader: BufReader<RecvStream>
) -> Result<Vec<u8>>Attempts to create a session. Fails if password doesn’t match