Type Definition sdp::util::StateFnType[][src]

type StateFnType<'a, R> = fn(_: &mut Lexer<'a, R>) -> Result<Option<StateFn<'a, R>>, Error>;