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
This would be useful mainly for adding doc comments
quick_error! {
/// We can put comments here
pub enum MyError {
/// And we can put comments here
MyVariant {
/// But we can't put em ere
my_variant_member: MyType,
} {}
}
}
The text was updated successfully, but these errors were encountered:
This would be useful mainly for adding doc comments
The text was updated successfully, but these errors were encountered: