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
The current signature of the Container object requires extents which implements Into<Extents>. This should be modified to accept TryInto<Extents>, and implementations of From<Foo> for Extents should be changed into TryFrom, as From/Into should never panic.
The current signature of the
Container
object requires extents which implementsInto<Extents>
. This should be modified to acceptTryInto<Extents>
, and implementations ofFrom<Foo> for Extents
should be changed intoTryFrom
, asFrom
/Into
should never panic.See #140 (comment)
The text was updated successfully, but these errors were encountered: