Type Definition worker::Result

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