teo-result 0.2.8

Result library for Teo.
Documentation
1
2
3
4
5
mod error;
mod result;

pub use error::Error;
pub use result::{Result, ResultExt, IntoTeoResult};