Type Definition tea_runtime_codec::error::Result

source ·
pub type Result<T, E = Error> = Result<T, E>;