Make the Result type public.

This commit is contained in:
Markus Stange
2018-04-18 15:12:09 -04:00
parent 1af321fb90
commit 2c4b3c4093
+1 -1
View File
@@ -71,7 +71,7 @@ impl From<std::io::Error> for SerializeError {
type SerializeResult<T> = result::Result<T, SerializeError>;
type Result<T> = result::Result<T, Error>;
pub type Result<T> = result::Result<T, Error>;
bitflags! {
pub struct StorageClass: u32 {