teo-teon 0.0.58-alpha.2

Teo object notation.
Documentation
1
2
3
use super::error::Error;

pub type Result<T> = std::result::Result<T, Error>;