pub trait EdgeResult {
    fn returning_fields() -> Vec<&'static str>;
}

Required Methods§

Implementors§