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?