to_texts

Function to_texts 

Source
pub fn to_texts(item: impl Embed) -> Result<Vec<String>, EmbedError>
Expand description

Utility function that returns a vector of strings that need to be embedded for a given object that implements the Embed trait.