You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To show the code, SharedScsiRequest : neo::shared_state<SharedScsiRequest, ScsiRequest>
PS - All create new does is make a ScsiRequest and run clone on the state fyi.
To show the code, SharedScsiRequest : neo::shared_state<SharedScsiRequest, ScsiRequest>
PS - All create new does is make a ScsiRequest and run clone on the state fyi.
[18:39:51 -06:00][I] Command responce: ScsiRequest{status=GOOD, message=COMMAND_COMPLETE, rstatus=GOOD, transfered=0, hasError=false}
I was going to just make a do_repr that catches anything drived from neo::shared_state to just hard cast itself but thought I should suggest it.
The text was updated successfully, but these errors were encountered: