teo_result/
lib.rs

1mod error;
2mod result;
3mod conversion;
4
5pub use error::{Error, ErrorSerializable};
6pub use result::{Result, ResultExt};