Type Definition endbasic_std::service::LoginResult [−][src]
pub type LoginResult = Result<LoginResponse, ErrorResponse>;Expand description
Response to a login request, which varies in type depending on whether the login completed successfully or failed due to insufficient information.