mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-24 08:11:04 +00:00
3 lines
93 B
Rust
3 lines
93 B
Rust
pub trait Cast<T> {
|
|
fn cast(lua: &mlua::Lua, data: T) -> mlua::Result<mlua::AnyUserData>;
|
|
}
|