distribuidos_types 0.1.0

Common types
Documentation
1
2
3
use std::error::Error;

pub type BoxResult<T> = Result<T, Box<dyn Error>>;