Type Definition BlockFileResult
hycon_rust::database::block_file
type BlockFileResult<T> = Result<T, Box<dyn Error>>;