[][src]Function declarative_dataflow::implement_neu

pub fn implement_neu<T, I, S>(
    name: &str,
    scope: &mut S,
    context: &mut I
) -> Result<(HashMap<String, Collection<S, Vec<Value>, isize>>, ShutdownHandle), Error> where
    T: Timestamp + Lattice + TotalOrder + Default,
    I: ImplContext<T>,
    S: Scope<Timestamp = T>, 

@TODO