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
#[derive(Debug, duchess::ToJava)]// <-- derive ToJava#[java(auth.HttpRequest)]// <-- declares the Java class we convert intopubstructHttpRequest{pubverb:String,pubpath:String,}
fails to compile unless you have duchess::java in scope, which seems bad
The text was updated successfully, but these errors were encountered:
While writing out some examples I found that this
fails to compile unless you have
duchess::java
in scope, which seems badThe text was updated successfully, but these errors were encountered: