Skip to main content

Answered

Type Alias Answered 

Source
pub type Answered = (String, Option<Answer>);
Expand description

One question’s answer, or None when nothing answered it.