[]Type Definition rltk::RltkError

type RltkError = Result<(), Box<dyn Error + 'static + Send + Sync>>;