mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-06 20:58:28 +00:00
Improved docs a bit further
This commit is contained in:
2
lib/api/src/externals/table.rs
vendored
2
lib/api/src/externals/table.rs
vendored
@@ -55,7 +55,7 @@ impl Table {
|
||||
})
|
||||
}
|
||||
|
||||
/// Gets the underlying [`TableType`].
|
||||
/// Returns the [`TableType`] of the `Table`.
|
||||
pub fn ty(&self) -> &TableType {
|
||||
self.table.ty()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user