abs_data/
result.rs

1use crate::error_code::ErrorCode;
2
3pub type Result<T> = std::result::Result<T, ErrorCode>;