Type Definition disarray_core::ChainResult

source ·
pub type ChainResult<T = (), E = ChainError> = Result<T, E>;