E106
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
E::Follows {
From: User,
To: User,
}
// User is not defined yet
N::User {
name: String,
}
E::Follows {
From: User,
To: User,
}
Was this page helpful?