Trait aorist_constraint::SatisfyConvertJSONToCSV[][src]

pub trait SatisfyConvertJSONToCSV<'a>: ConstraintSatisfactionBase<'a, ConstraintType = ConvertJSONToCSV, RootType = RemoteStorage> {
    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