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.
Projectable
1 parent edf2d43 commit 69af413Copy full SHA for 69af413
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 `@[mut] base->field` is available still depends on whether `Self` implements
15
-/// `Project[Mut]<field_of!(Self::Inner, field)>`.
+/// Weather 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