1
2
3
4
//------------------------------------------------------------------------------
// Luke Titley : from+usd_rs@luketitley.com
//------------------------------------------------------------------------------
pub type Result<T> = std::result::Result<T, super::Error>;