Trait aorist_constraint::SatisfyDownloadDataFromRemoteWebLocation[][src]

pub trait SatisfyDownloadDataFromRemoteWebLocation<'a>: ConstraintSatisfactionBase<'a, ConstraintType = DownloadDataFromRemoteWebLocation, RootType = WebLocation> {
    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