Struct wtforms::Field[][src]

pub struct Field<T> { /* fields omitted */ }

Auto Trait Implementations

impl<T> Send for Field<T> where
    T: Send

impl<T> Sync for Field<T> where
    T: Sync