Type Definition candid::error::Result

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