Type Definition exonum::storage::Result [] [src]

type Result<T> = Result<T, Error>;

A specialized Result type for I/O operations with storage.