Type Definition sstable::error::Result

source ·
pub type Result<T> = Result<T, Status>;
Expand description

The sstable result type.