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
It seems there are five return types supported currently. This code prints error message.
How can I return the Self type?
Thanks for the great project!
expected one of: parentheses, `&`, `dyn`, identifier
reflect::library! {
extern crate aa {
mod provider {
type ProviderContext;
type AA;
trait Provider {
fn build(&mut ProviderContext) -> Self;
}
}
}
}
The text was updated successfully, but these errors were encountered:
It seems there are five return types supported currently. This code prints error message.
How can I return the Self type?
Thanks for the great project!
The text was updated successfully, but these errors were encountered: