Type Definition tailor_client::ClientResult

source ·
pub type ClientResult<T> = Result<T, ClientError>;