pub trait ToRaqoteStyle { type Target; // Required method fn to_raqote_style(self) -> Self::Target; }