Function as_tbl

Source
pub fn as_tbl<'lua>(
    to: &'static str,
    objtyp: Option<&'static str>,
    value: Value<'lua>,
) -> Result<Table<'lua>>