Type Definition slack_morphism::ClientResult[][src]

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