We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0528fb8 commit dc39a6eCopy full SHA for dc39a6e
src/ops.rs
@@ -11,8 +11,8 @@ use crate::{
11
/// ident in the expressions `@base->field` and `@mut base->field` refer to a field of the type
12
/// `Self::Inner`.
13
///
14
-/// If the projection `@base->field` is available still depends on whether `Self` implements
15
-/// `Project<field_of!(Self::Inner, field)>`.
+/// If the projection `@[mut] base->field` is available still depends on whether `Self` implements
+/// `Project[Mut]<field_of!(Self::Inner, field)>`.
16
pub trait Projectable: Sized {
17
type Inner: ?Sized;
18
}
0 commit comments