[][src]Trait plaster_forms::Form

pub trait Form {
    type Value: Clone;
    fn value(&self) -> Self::Value;
}

Associated Types

type Value: Clone

Loading content...

Required methods

fn value(&self) -> Self::Value

Loading content...

Implementors

impl Form for TestForm[src]

type Value = TestValue

Loading content...