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

Required Methods§

source

fn returning_fields() -> Vec<&'static str>

Implementors§