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
ChannelManager's Logger and KeysInterface have to be owned, ie for the sample have to be a full Arc. In the utils methods, there's no need for an owned reference, as the function doesn't need to hold the reference longer than itself. Thus, tying the L and K bounds as being the same as the equivalent bounds on the ChannelManager is overly restrictive.
ChannelManager's Logger and KeysInterface have to be owned, ie for the sample have to be a full
Arc. In theutilsmethods, there's no need for an owned reference, as the function doesn't need to hold the reference longer than itself. Thus, tying theLandKbounds as being the same as the equivalent bounds on theChannelManageris overly restrictive.