diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-07-18 19:53:47 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-09-29 21:02:21 -0400 |
| commit | ad27532d344d3bf2995f623002753d2845c6ce20 (patch) | |
| tree | 772db0ae0fc09993fcd3f13f62628cba3414d95b /rust/src/custombinaryview.rs | |
| parent | 90a3729620e85f66b8fa5d385ead21ac581a1cc5 (diff) | |
[Rust API] Add support for Metadata
Diffstat (limited to 'rust/src/custombinaryview.rs')
| -rw-r--r-- | rust/src/custombinaryview.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/custombinaryview.rs b/rust/src/custombinaryview.rs index 14944cd1..13470517 100644 --- a/rust/src/custombinaryview.rs +++ b/rust/src/custombinaryview.rs @@ -361,7 +361,7 @@ impl<'a, T: CustomBinaryViewType> CustomViewBuilder<'a, T> { where V: CustomBinaryView, { - let file = self.actual_parent.metadata(); + let file = self.actual_parent.file(); let view_type = self.view_type; let view_name = view_type.name(); |
