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
The Bar docs page doesn't list any inherent methods or trait implementations.
pubstructFoo<T>(T);pubtypeBar = Foo<i32>;implBar{/// This method doesn't show up in the `Bar` documentation.pubfnbar(&self) -> i32{self.0}}implCloneforBar{/// This trait doesn't show up in the `Bar` documentation.fnclone(&self) -> Bar -> {Bar(self.0)}}
The text was updated successfully, but these errors were encountered:
The
Bar
docs page doesn't list any inherent methods or trait implementations.The text was updated successfully, but these errors were encountered: