You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on handling a vendor extension that adds additional functions to the standard and so far all of the vendor specific accommodations work well. The one issue I've run into is with handles - accessing the underlying SessionHandle is pub(crate) as is instantiating an ObjectHandle or accessing the underlying handle, all of which I need to be able to do to add the extension cleanly.
Would changing these to pub be an unreasonable request/contribution?