Type Definition slack_morphism::ClientResult[][src]

pub type ClientResult<T> = Result<T, Box<dyn Error + Send + Sync>>;