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
Maybe use async_trait is enough since we won't expose them as public API. After we bump to rust 1.74, we can use async in trait directly without async_trait.
We return
Vec<String>
to make it simple, but in some usecases, users doen't want to have the whole content.The text was updated successfully, but these errors were encountered: