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
`MessageStatic` is an artifact of very old days of Rust. It is not
needed today, because function can have `Self : Sized` constraints
today.
This change is backward incompatible.
Closes issue #214
`MessageStatic` is an artifact of very old days of Rust. It is not
needed today, because function can have `Self : Sized` constraints
today.
This change is backward incompatible.
Closes issue #214
`MessageStatic` is an artifact of very old days of Rust. It is not
needed today, because function can have `Self : Sized` constraints
today.
This change is backward incompatible.
Closes issue #214
Add function to
Message
trait withSelf : Sized
condition.The text was updated successfully, but these errors were encountered: