We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Chunk::wrap
1 parent ee7ced6 commit fc1c80cCopy full SHA for fc1c80c
src/chunk.rs
@@ -576,6 +576,7 @@ impl<'a> Chunk<'a> {
576
///
577
/// The resulted `IntoLua` implementation will convert the chunk into a Lua function without
578
/// executing it.
579
+ #[doc(hidden)]
580
#[track_caller]
581
pub fn wrap(chunk: impl AsChunk<'a> + 'a) -> impl IntoLua + 'a {
582
WrappedChunk {
0 commit comments