pub fn authenticate_server_with_credentials<U, P>(
username: U,
password: P,
remember: bool
) -> boolwhere
U: BnStrCompatible,
P: BnStrCompatible,
pub fn authenticate_server_with_credentials<U, P>(
username: U,
password: P,
remember: bool
) -> boolwhere
U: BnStrCompatible,
P: BnStrCompatible,