1 2 3 4 5 6 7
use cot::form::{Form, FormContext}; struct MyForm {} fn main() { let _ = <<MyForm as Form>::Context as FormContext>::new(); }