Trait helianto::Generator [] [src]

pub trait Generator {
    fn new() -> Self
    where
        Self: Sized
; fn generate(
        &self,
        docs: &[Rc<DocumentMetadata>]
    ) -> Result<Vec<Rc<Document>>>; }

Required Methods

Implementors