mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-16 17:18:57 +00:00
doc(deprecated) Fix typo + simplify the review.
This commit is contained in:
@@ -2,5 +2,5 @@ struct Exports {}
|
||||
|
||||
impl Exports {
|
||||
fn new() -> Self;
|
||||
fn get<'a, T>(&'a self, name: &str) -> Result<T, ExportError>;
|
||||
fn get<'a, T: Exportable<'a> + Clone + 'a>(&'a self, name: &str) -> Result<T, ExportError>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user