datrs / random-access-storage

Abstract interface to implement random-access instances.
Apache License 2.0
13 stars 7 forks source link

add an associated Error type #3

Closed yoshuawuyts closed 6 years ago

yoshuawuyts commented 6 years ago

Adds an associated Error type to the trait. Allows us to define custom error types upstream, and removes the failure dependency. Thanks!