pub trait Embed { // Required method fn embed(&self, embedder: &mut TextEmbedder) -> Result<(), EmbedError>; }