From 7a7f9f07f16922cfbf744ed428ac482b988adf27 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 13 Feb 2026 19:20:49 -0800 Subject: [Rust] Misc TypeLibrary API improvements --- rust/src/binary_view.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rust/src/binary_view.rs') diff --git a/rust/src/binary_view.rs b/rust/src/binary_view.rs index 4e35dc8c..25ec6d48 100644 --- a/rust/src/binary_view.rs +++ b/rust/src/binary_view.rs @@ -2189,7 +2189,7 @@ pub trait BinaryViewExt: BinaryViewBase { /// Note that the name actually inserted into the view may not match the name as it exists in /// the type library in the event of a name conflict. To aid in this, the [`Type`] object /// returned is a `NamedTypeReference` to the deconflicted name used. - fn import_type_library>( + fn import_type_library_type>( &self, name: T, lib: Option<&TypeLibrary>, @@ -2216,7 +2216,7 @@ pub trait BinaryViewExt: BinaryViewBase { /// NOTE: If you are implementing a custom [`BinaryView`] and use this method to import object types, /// you should then call [BinaryViewExt::record_imported_object_library] with the details of /// where the object is located. - fn import_type_object>( + fn import_type_library_object>( &self, name: T, lib: Option<&TypeLibrary>, -- cgit v1.3.1