Trait aorist_constraint::SatisfyDownloadDataFromRemotePushshiftAPILocationToNewlineDelimitedJSON[][src]

pub trait SatisfyDownloadDataFromRemotePushshiftAPILocationToNewlineDelimitedJSON<'a>: ConstraintSatisfactionBase<'a, ConstraintType = DownloadDataFromRemotePushshiftAPILocationToNewlineDelimitedJSON, RootType = PushshiftAPILocation> {
    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