pub type HostQuestion<'a> = Question<NameSlice<'a>>;Expand description
A type alias for the question which is expected to be returned by instances
implementing the HostQuestions trait.
Aliased Typeยง
pub struct HostQuestion<'a> { /* private fields */ }