-
-
Notifications
You must be signed in to change notification settings - Fork 178
Closed
Labels
Description
Hi there!
It seems that BootServices
does not implement locate_handle_buffer
function. Is there any reason to not do it?
I just tried and found that making a tidy API is not easy. (My API is like below)
pub fn locate_handle_buffer(&self, search_ty: SearchType) -> Result<(*mut Handle, usize)>
But it seems to work correctly. So if it is the only reason to not do, I would like to discuss API :) Thanks!