Skip to main content

Platform

Trait Platform 

Source
pub trait Platform: Send + Sync {
    // Required methods
    fn build_payload(&self, rendered: &str, hints: &Map<String, Value>) -> Value;
    fn endpoint(&self) -> &str;
}

Required Methods§

Source

fn build_payload(&self, rendered: &str, hints: &Map<String, Value>) -> Value

Source

fn endpoint(&self) -> &str

Implementors§