pub trait Bind { type Output; // Required method fn bind(&self, binder: &mut Binder) -> Self::Output; }