Check for missing docs.

This commit is contained in:
Stephen Chung
2022-06-05 18:17:44 +08:00
parent 0a9457a13d
commit 6ebe002b18
8 changed files with 38 additions and 19 deletions

View File

@@ -13,6 +13,7 @@ use std::prelude::v1::*;
///
/// Not available under `no_function`.
pub trait Func<ARGS, RET> {
/// The closure's output type.
type Output;
/// Create a Rust closure from an [`AST`].