1
2
3
use crate::client::error::Error;

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