Trait aorist_constraint::SatisfyUploadFasttextToMinio[][src]

pub trait SatisfyUploadFasttextToMinio<'a>: ConstraintSatisfactionBase<'a, ConstraintType = UploadFasttextToMinio, RootType = FasttextEmbeddingSchema> {
    type Dialect;
    fn compute_parameter_tuple(
        uuid: Uuid,
        root: Concept,
        ancestry: Arc<ConceptAncestry>
    ) -> ParameterTuple;
fn get_preamble() -> String;
fn get_call() -> String;
fn get_dialect() -> Dialect; }

Associated Types

Required methods

Implementors