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

pub type Error = rbdc::Error;