Type Definition rtdlib::errors::RTDResult

source · []
pub type RTDResult<T> = Result<T, RTDError>;