module Novika::ISubmittableStore

Overview

Implementors can be targets of entry:submit.

Direct including types

Defined in:

novika/dict.cr

Class Method Summary

Instance Method Summary

Class Method Detail

def self.typedesc #

Instance Method Detail

def submit(name : Form, form : Form) #

Submits value form to an entry with the given name. Dies if no such entry exists.


abstract def submit?(name : Form, form : Form) #

Submits value form to an entry with the given name. Returns nil if no such entry exists.