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
Could I use keyword generics to be generic over pub(crate) vs mut(crate)?
if we make pub part of the effect logic, we could probably write some sort of where bound, but it seems like an edge case that would only need to exist for supporting read-only fields (writable from the same module)
The text was updated successfully, but these errors were encountered:
in https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/Read-only.20fields/near/289150836 @scottmcm asked whether
if we make
pub
part of the effect logic, we could probably write some sort ofwhere
bound, but it seems like an edge case that would only need to exist for supporting read-only fields (writable from the same module)The text was updated successfully, but these errors were encountered: