Trait wireplumber::lua::ToLuaTable  
source · pub trait ToLuaTable {
    // Required method
    fn to_lua_variant(self) -> Result<Option<LuaTable<'static>>, LuaError>;
}Available on crate feature 
lua only.pub trait ToLuaTable {
    // Required method
    fn to_lua_variant(self) -> Result<Option<LuaTable<'static>>, LuaError>;
}lua only.