mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
Reduce visibility of Wrapped* structs
This commit is contained in:
+1
-1
@@ -368,7 +368,7 @@ impl<'a> IntoIterator for BorrowedBytes<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) struct WrappedString<T: AsRef<[u8]>>(T);
|
||||
struct WrappedString<T: AsRef<[u8]>>(T);
|
||||
|
||||
impl String {
|
||||
/// Wraps bytes, returning an opaque type that implements [`IntoLua`] trait.
|
||||
|
||||
Reference in New Issue
Block a user