pub trait FromClauseContext { // Required method fn from_(&self) -> ContextSpanned<OneOrMany<AnyRef<'_>>>; }