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
Accept impl ToString as msg in get_rpc_status and get_status
So that we do not need the .to_string() in every call of get_status or
get_rpc_status.
e.g.:
get_rpc_status(ttrpc::Code::INTERNAL, e.to_string()) ->
get_rpc_status(ttrpc::Code::INTERNAL, e))
Signed-off-by: Tim Zhang <[email protected]>
0 commit comments