pub fn extract_input<LogicRequestType>(
api: &Api,
id: &str,
request_handler: RequestHandler<LogicRequestType>,
actions: &'static [&'static str],
) -> Result<InputElement<LogicRequestType>, Error>pub fn extract_input<LogicRequestType>(
api: &Api,
id: &str,
request_handler: RequestHandler<LogicRequestType>,
actions: &'static [&'static str],
) -> Result<InputElement<LogicRequestType>, Error>